Searched refs:writeDescriptor (Results 1 – 3 of 3) sorted by relevance
498 writeDescriptor(DESCRIPTOR_UUID, WRITE_VALUE); in onTestFinish()520 writeDescriptor(DESCRIPTOR_NO_WRITE_UUID, WRITE_VALUE); in onTestFinish()532 writeDescriptor(CHARACTERISTIC_RESULT_UUID, in onTestFinish()664 private void writeDescriptor(UUID uid, String writeValue) { in writeDescriptor() method in BleClientService672 mBluetoothGatt.writeDescriptor(descriptor, writeValue.getBytes()); in writeDescriptor()683 private void writeDescriptor(UUID cuid, UUID duid, String writeValue) { in writeDescriptor() method in BleClientService691 mBluetoothGatt.writeDescriptor(descriptor, writeValue.getBytes()); in writeDescriptor()755 mBluetoothGatt.writeDescriptor(descriptor); in setNotification()
281 mBluetoothGatt.writeDescriptor(descriptor); in startEncryptedAction()
623 …ission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean writeDescriptor(android.bluet…624 …Permission(android.Manifest.permission.BLUETOOTH_CONNECT) public int writeDescriptor(@NonNull andr…