I'm trying to read a characteristic with ReadCharacteristic()
.
But the function always return false.
What I have checked :
- the UUID is the right one.
- the connection is stable.
- the UUID is readable.
- there is no other call of
ReadCharacteristic()
->OnCharacteristicRead
is never called
Many topics, such as this one:
android 4.3 Bluetooth ble don't called onCharacteristicRead()
suggests that it's not necessary to do others things in order to receive the data.
Do I need to do additionnal things to make it work ? (like operations on descriptors?)
[open to any grammar/ortographic edit]