Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DIBluetoothGatt.aidl60 in int writeType, in int authReq, in byte[] value); in writeCharacteristic() argument
70 in int writeType, in int authReq, in byte[] value); in writeDescriptor() argument
DBluetoothGattCharacteristic.java378 public void setWriteType(int writeType) { in setWriteType() argument
379 mWriteType = writeType; in setWriteType()