Home
last modified time | relevance | path

Searched defs:BluetoothGattCharacteristic (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothGattCharacteristic.java32 public class BluetoothGattCharacteristic implements Parcelable { class
234 public BluetoothGattCharacteristic(UUID uuid, int properties, int permissions) { in BluetoothGattCharacteristic() method in BluetoothGattCharacteristic
242 /*package*/ BluetoothGattCharacteristic(BluetoothGattService service, in BluetoothGattCharacteristic() method in BluetoothGattCharacteristic
252 public BluetoothGattCharacteristic(UUID uuid, int instanceId, in BluetoothGattCharacteristic() method in BluetoothGattCharacteristic
303 private BluetoothGattCharacteristic(Parcel in) { in BluetoothGattCharacteristic() method in BluetoothGattCharacteristic