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

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

Completed in 29 milliseconds