Searched defs:writeDescriptor (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java494 public void writeDescriptor(int clientIf, String address, int handle, method in class:GattService.BluetoothGattBinder
498 service.writeDescriptor(clientIf, address, handle, authReq, value);
1975 void writeDescriptor(int clientIf, String address, int handle, method in class:GattService
1978 if (VDBG) Log.d(TAG, "writeDescriptor() - address=" + address);
1982 Log.e(TAG, "writeDescriptor() - No connection for " + address + "...");
1987 Log.w(TAG, "writeDescriptor() - permission check failed!");

Completed in 67 milliseconds