Searched refs:writeDescriptor (Results 1 – 2 of 2) sorted by relevance
430 writeDescriptor(DESCRIPTOR_UUID, WRITE_VALUE); in onTestFinish()452 writeDescriptor(DESCRIPTOR_NO_WRITE_UUID, WRITE_VALUE); in onTestFinish()464 … writeDescriptor(CHARACTERISTIC_RESULT_UUID, DESCRIPTOR_NEED_ENCRYPTED_WRITE_UUID, WRITE_VALUE); in onTestFinish()556 private void writeDescriptor(UUID uid, String writeValue) { in writeDescriptor() method in BleClientService560 mBluetoothGatt.writeDescriptor(descriptor); in writeDescriptor()571 private void writeDescriptor(UUID cuid, UUID duid, String writeValue) { in writeDescriptor() method in BleClientService575 mBluetoothGatt.writeDescriptor(descriptor); in writeDescriptor()615 mBluetoothGatt.writeDescriptor(descriptor); in setNotification()
281 mBluetoothGatt.writeDescriptor(descriptor); in startEncryptedAction()