Searched defs:BluetoothGattDescriptor (Results 1 – 3 of 3) sorted by relevance
33 public class BluetoothGattDescriptor implements Parcelable { class135 public BluetoothGattDescriptor(UUID uuid, int permissions) { in BluetoothGattDescriptor() method in BluetoothGattDescriptor146 /*package*/ BluetoothGattDescriptor(BluetoothGattCharacteristic characteristic, UUID uuid, in BluetoothGattDescriptor() method in BluetoothGattDescriptor154 public BluetoothGattDescriptor(UUID uuid, int instance, int permissions) { in BluetoothGattDescriptor() method in BluetoothGattDescriptor189 private BluetoothGattDescriptor(Parcel in) { in BluetoothGattDescriptor() method in BluetoothGattDescriptor
35 BluetoothGattDescriptor( in BluetoothGattDescriptor() function
263 pub struct BluetoothGattDescriptor { struct269 impl BluetoothGattDescriptor { argument270 fn new(uuid: Uuid128Bit, instance_id: i32, permissions: i32) -> BluetoothGattDescriptor { in new()