Searched defs:BluetoothGattCharacteristic (Results 1 – 2 of 2) sorted by relevance
38 public class BluetoothGattCharacteristic implements Parcelable { class258 public BluetoothGattCharacteristic(UUID uuid, int properties, int permissions) { in BluetoothGattCharacteristic() method in BluetoothGattCharacteristic267 /*package*/ BluetoothGattCharacteristic(BluetoothGattService service, in BluetoothGattCharacteristic() method in BluetoothGattCharacteristic278 public BluetoothGattCharacteristic(UUID uuid, int instanceId, in BluetoothGattCharacteristic() method in BluetoothGattCharacteristic327 private BluetoothGattCharacteristic(Parcel in) { in BluetoothGattCharacteristic() method in BluetoothGattCharacteristic
701 pub struct BluetoothGattCharacteristic { struct711 impl BluetoothGattCharacteristic { argument737 ) -> BluetoothGattCharacteristic { in new()