bluetooth-gatt-parser
bluetooth-gatt-parser copied to clipboard
Bluetooth GATT service and characteristic parser
The library `bluetooth-gatt-parser` is dependant on an older version of xstream. Newer versions of xstream require a security configuration for it to work. The open source project [OpenHAB](https://www.openhab.org/) uses `bluetooth-gatt-parser`...
On on older Android device running Android 6, I'm seeing the following crash: ``` java.lang.NoSuchMethodError: No interface method stream()Ljava/util/stream/Stream; in class Ljava/util/Set; or its super classes (declaration of 'java.util.Set' appears...
Built the project with **mvn clean install** . The build was successful. Included jar in project and tried. This error was thrown - java.lang.NoClassDefFoundError for com.thoughtworks.xstream
I'm trying to load the Indoor Bike data characteristic (which is part of Fitness Machine service), using the loadExtensionsFromFolder() method. I have the following code: ``` BluetoothGattParser bluetoothGattParser = BluetoothGattParserFactory.getDefault();...
Added XMLs for my own custom devices that use 128bit UUIDs as discussed here: https://github.com/sputnikdev/eclipse-smarthome-bluetooth-binding/issues/67
Support added for Soma blinds with gatt files. Examples: ``` Number FrontRoomBlindsRight_Battery "Front room blinds - Right - Battery [%.0f %]" {channel="bluetooth:ble:C1037491056C:180F-2A19-level"} Switch FrontRoomBlindsRight_Connected "Front room blinds - Right -...