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
When I call readCharacteristic() on a peripheral implementing PASSKEY security, Android often doesn't ask for passkey.
So readCharacterstic failed but neither success nor error callback are called.
However, using logcat, I can see that the API returns GATT_INSUFFICIENT_AUTHENTICATION (status = 5) D/BluetoothGatt(23821): onCharacteristicRead() - Device=FD:8B:BA:4B:1D:27 UUID=f3851521-5942-b2cb-ae40-271cd0dd17e5 Status=0
The text was updated successfully, but these errors were encountered:
When I call
readCharacteristic()
on a peripheral implementing PASSKEY security, Android often doesn't ask for passkey.So
readCharacterstic
failed but neither success nor error callback are called.However, using logcat, I can see that the API returns GATT_INSUFFICIENT_AUTHENTICATION (status = 5)
D/BluetoothGatt(23821): onCharacteristicRead() - Device=FD:8B:BA:4B:1D:27 UUID=f3851521-5942-b2cb-ae40-271cd0dd17e5 Status=0
The text was updated successfully, but these errors were encountered: