Searched refs:writeDescriptor (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/ble/ |
D | CarBleCentralManager.java | 319 if (!gatt.writeDescriptor(descriptor)) {
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattService.java | 624 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
|