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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java367 public void writeCharacteristic(int clientIf, String address, int srvcType, method in class:GattService.BluetoothGattBinder
373 service.writeCharacteristic(clientIf, address, srvcType, srvcInstanceId,
1532 void writeCharacteristic(int clientIf, String address, int srvcType, method in class:GattService
1539 if (VDBG) Log.d(TAG, "writeCharacteristic() - address=" + address);
1551 Log.e(TAG, "writeCharacteristic() - No connection for " + address + "...");

Completed in 44 milliseconds