I\'m building an app with Android Studio that can read the value from a device BLE. This device, have 4 services. The fourth services have 3 characteristic. I want to read t
You should not read whole list of characteristics in onServicesDiscovered method, because ble device could havent a time to performs all requests from android client.
I offer you: