Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DIBluetoothGatt.aidl56 in int writeType, in int authReq, in byte[] value); in writeCharacteristic() argument
59 in int writeType, in int authReq, in byte[] value); in writeDescriptor() argument
DBluetoothGattCharacteristic.java438 public void setWriteType(int writeType) { in setWriteType() argument
439 mWriteType = writeType; in setWriteType()