Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattCharacteristic.java95 public @interface WriteType {} annotation in BluetoothGattCharacteristic
DBluetoothGatt.java25 import android.bluetooth.BluetoothGattCharacteristic.WriteType;
1551 @WriteType int writeType) { in writeCharacteristic()