Searched refs:readDescriptor (Results 1 – 2 of 2) sorted by relevance
427 readDescriptor(DESCRIPTOR_UUID); in onTestFinish()449 readDescriptor(DESCRIPTOR_NO_READ_UUID); in onTestFinish()461 readDescriptor(CHARACTERISTIC_RESULT_UUID, DESCRIPTOR_NEED_ENCRYPTED_READ_UUID); in onTestFinish()564 private void readDescriptor(UUID uuid) { in readDescriptor() method in BleClientService567 mBluetoothGatt.readDescriptor(descriptor); in readDescriptor()579 private void readDescriptor(UUID cuid, UUID duid) { in readDescriptor() method in BleClientService582 mBluetoothGatt.readDescriptor(descriptor); in readDescriptor()
286 mBluetoothGatt.readDescriptor(descriptor); in startEncryptedAction()