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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattCharacteristic.java440 * @param writeType The write type to for this characteristic. Can be one
446 public void setWriteType(int writeType) { argument
447 mWriteType = writeType;

Completed in 83 milliseconds