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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java387 public void writeDescriptor(int clientIf, String address, int srvcType, method in class:GattService.BluetoothGattBinder
394 service.writeDescriptor(clientIf, address, srvcType,
1486 void writeDescriptor(int clientIf, String address, int srvcType, method in class:GattService
1494 if (VDBG) Log.d(TAG, "writeDescriptor() - address=" + address);
1507 Log.e(TAG, "writeDescriptor() - No connection for " + address + "...");

Completed in 41 milliseconds