Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java620 public void writeDescriptor(int clientIf, String address, int handle, int authReq, in writeDescriptor() method in GattService.BluetoothGattBinder
626 service.writeDescriptor(clientIf, address, handle, authReq, value); in writeDescriptor()
2403 void writeDescriptor(int clientIf, String address, int handle, int authReq, byte[] value) { in writeDescriptor() method in GattService