You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
sample-bluetooth-le-gattserver/java/app/src/main/java/com/example/androidthings/gattserver/GattServerActivity.java
Line 363 in 649e9be
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?
The text was updated successfully, but these errors were encountered: