I am using an onCharacteristicChange listener to get notifications from a BLE device.
This is the code:
bleService.setCharacteristicNotification(characteristicResponse, true);
GattDescriptor descriptor =
characteristicResponse.getDescriptor(BleConstants.DES_CLIENT_CHR_CONFIG)...