sample-bluetooth-le-gattserver
sample-bluetooth-le-gattserver copied to clipboard
Why failure in onDescriptorReadRequest?
https://github.com/androidthings/sample-bluetooth-le-gattserver/blob/649e9beb99d34f26fc0af41e253d5c5b51699767/java/app/src/main/java/com/example/androidthings/gattserver/GattServerActivity.java#L363
Here you just send the descriptor information to the client. All must be good & you don't need to use GATT_FAIL but BluetoothGatt.GATT_SUCCESS
instead...
isn't it?