Searched defs:writeType (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/bluetooth/
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 36 milliseconds