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

/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothGatt.aidl49 in int writeType, in int authReq, in byte[] value);
57 in ParcelUuid descrId, in int writeType,
H A DBluetoothGattCharacteristic.java359 * @param writeType The write type to for this characteristic. Can be one
365 public void setWriteType(int writeType) { argument
366 mWriteType = writeType;

Completed in 56 milliseconds