Recent content by isimevski

  1. I

    LG K10 LTE Problems with BLE listener

    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)...