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

/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothGatt.aidl60 in int writeType, in int authReq, in byte[] value);
70 in int writeType, in int authReq, in byte[] value);
H A DBluetoothGattCharacteristic.java372 * @param writeType The write type to for this characteristic. Can be one
378 public void setWriteType(int writeType) { argument
379 mWriteType = writeType;

Completed in 58 milliseconds