Home
last modified time | relevance | path

Searched refs:writeDescriptor (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/ble/
DCarBleCentralManager.java319 if (!gatt.writeDescriptor(descriptor)) {
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java624 public void writeDescriptor(int clientIf, String address, int handle, int authReq, in writeDescriptor() method in GattService.BluetoothGattBinder
630 service.writeDescriptor(clientIf, address, handle, authReq, value); in writeDescriptor()
2419 void writeDescriptor(int clientIf, String address, int handle, int authReq, byte[] value) { in writeDescriptor() method in GattService