Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothGattCharacteristic.java34 public class BluetoothGattCharacteristic implements Parcelable { class
246 public BluetoothGattCharacteristic(UUID uuid, int properties, int permissions) { in BluetoothGattCharacteristic() method in BluetoothGattCharacteristic
255 /*package*/ BluetoothGattCharacteristic(BluetoothGattService service, in BluetoothGattCharacteristic() method in BluetoothGattCharacteristic
266 public BluetoothGattCharacteristic(UUID uuid, int instanceId, in BluetoothGattCharacteristic() method in BluetoothGattCharacteristic
316 private BluetoothGattCharacteristic(Parcel in) { in BluetoothGattCharacteristic() method in BluetoothGattCharacteristic