Searched defs:BluetoothGattCharacteristic (Results 1 – 2 of 2) sorted by relevance
38 public class BluetoothGattCharacteristic implements Parcelable { class196 public BluetoothGattCharacteristic(UUID uuid, int properties, int permissions) { in BluetoothGattCharacteristic() method in BluetoothGattCharacteristic205 /*package*/ BluetoothGattCharacteristic( in BluetoothGattCharacteristic() method in BluetoothGattCharacteristic219 public BluetoothGattCharacteristic(UUID uuid, int instanceId, int properties, int permissions) { in BluetoothGattCharacteristic() method in BluetoothGattCharacteristic271 private BluetoothGattCharacteristic(Parcel in) { in BluetoothGattCharacteristic() method in BluetoothGattCharacteristic
706 pub struct BluetoothGattCharacteristic { struct716 impl BluetoothGattCharacteristic { argument742 ) -> BluetoothGattCharacteristic { in new()