Android BLE readCharacteristic returns always false
问题 I am developing and application to read and write in a custom device through Bluetooth BLE. There is no problem for writing. I am able to establish a connections, discover the service and the characteristics. Note the call to enableRXNotification public void startReceiving() { boolean readOk = gatt.readCharacteristic(rx); if (!readOk) { Log.d("ANUBEBT", "ERROR INITIATING READ CHARACTERISTIC"); } } public void onServicesDiscovered(BluetoothGatt gatt, int status) { super.onServicesDiscovered