AndroidBleWrapper
AndroidBleWrapper copied to clipboard
A project demonstrating how to deal with the deficiencies in the Bluetooth Low Energy APIs on Android
Results
1
AndroidBleWrapper issues
Sort by
recently updated
recently updated
newest added
In disconnect() method of BleWrapper a bluetoothDevice is send as a object in a message, however in handleMessage is casted to BluetoothGatt that fails.