Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java408 public void writeCharacteristic(int clientIf, String address, int handle, in writeCharacteristic() method in GattService.BluetoothGattBinder
412 service.writeCharacteristic(clientIf, address, handle, writeType, authReq, value); in writeCharacteristic()
1478 void writeCharacteristic(int clientIf, String address, int handle, int writeType, in writeCharacteristic() method in GattService