]> git.basschouten.com Git - openhab-addons.git/commit
[bluetooth.bluegiga] Add characteristic notification support (#9067)
authorConnor Petty <mistercpp2000@gmail.com>
Tue, 24 Nov 2020 20:33:48 +0000 (12:33 -0800)
committerGitHub <noreply@github.com>
Tue, 24 Nov 2020 20:33:48 +0000 (21:33 +0100)
commit32e8ec31f9b294f19589d8a45df8836e1f8229ed
tree496edc12ad5d37b40eca1b874fb59506f7bb5d94
parentf9e38cbf2f6482aee53c620ced8c3197767758ad
[bluetooth.bluegiga] Add characteristic notification support (#9067)

* Add support for characteristic notifications.
* Also fixed bluegiga initialize/dispose bugs.

Signed-off-by: Connor Petty <mistercpp2000+gitsignoff@gmail.com>
bundles/org.openhab.binding.bluetooth.bluegiga/src/main/java/org/openhab/binding/bluetooth/bluegiga/BlueGigaBluetoothCharacteristic.java [new file with mode: 0644]
bundles/org.openhab.binding.bluetooth.bluegiga/src/main/java/org/openhab/binding/bluetooth/bluegiga/BlueGigaBluetoothDevice.java
bundles/org.openhab.binding.bluetooth.bluegiga/src/main/java/org/openhab/binding/bluetooth/bluegiga/handler/BlueGigaBridgeHandler.java
bundles/org.openhab.binding.bluetooth.bluegiga/src/main/java/org/openhab/binding/bluetooth/bluegiga/internal/BlueGigaSerialHandler.java
bundles/org.openhab.binding.bluetooth.bluegiga/src/main/java/org/openhab/binding/bluetooth/bluegiga/internal/command/attributeclient/BlueGigaAttributeWriteCommand.java
bundles/org.openhab.binding.bluetooth.bluegiga/src/main/java/org/openhab/binding/bluetooth/bluegiga/internal/command/attributeclient/BlueGigaReadByTypeCommand.java