Searched refs:writeDescriptor (Results 1 – 2 of 2) sorted by relevance
447 writeDescriptor(DESCRIPTOR_UUID, WRITE_VALUE); in onTestFinish()469 writeDescriptor(DESCRIPTOR_NO_WRITE_UUID, WRITE_VALUE); in onTestFinish()481 … writeDescriptor(CHARACTERISTIC_RESULT_UUID, DESCRIPTOR_NEED_ENCRYPTED_WRITE_UUID, WRITE_VALUE); in onTestFinish()577 private void writeDescriptor(UUID uid, String writeValue) { in writeDescriptor() method in BleClientService581 mBluetoothGatt.writeDescriptor(descriptor); in writeDescriptor()592 private void writeDescriptor(UUID cuid, UUID duid, String writeValue) { in writeDescriptor() method in BleClientService596 mBluetoothGatt.writeDescriptor(descriptor); in writeDescriptor()659 mBluetoothGatt.writeDescriptor(descriptor); in setNotification()
281 mBluetoothGatt.writeDescriptor(descriptor); in startEncryptedAction()