cordova-plugin-bluetoothle
cordova-plugin-bluetoothle copied to clipboard
Unable to read from Device

I am trying to read from a Flic button but getting the error "Unable to read" while trying to read().
The process is as follows:
- Calling the scan() to discover devices.
- Connect() to the device using UUID.
- Checking for Bluetooth permission and moving to the next step accordingly.
- Calling discover() to check device info.
- In this step attaching a subscription to a service using subscribe().
- Inside the response of subscribe() calling read() to read button press with correct service, characteristic & UUID.
error: read, message: unable to read
Hi, how are you? I have the same problem, were you able to solve that?
no