Searched defs:writeType (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattService.java | 601 public void writeCharacteristic(int clientIf, String address, int handle, int writeType, in writeCharacteristic() 2354 void writeCharacteristic(int clientIf, String address, int handle, int writeType, int authReq, in writeCharacteristic() 3267 private native void gattClientWriteCharacteristicNative(int connId, int handle, int writeType, in gattClientWriteCharacteristicNative()
|