Searched defs:BluetoothGattDescriptor (Results 1 – 2 of 2) sorted by relevance
34 public class BluetoothGattDescriptor implements Parcelable { class136 public BluetoothGattDescriptor(UUID uuid, int permissions) { in BluetoothGattDescriptor() method in BluetoothGattDescriptor147 /*package*/ BluetoothGattDescriptor(BluetoothGattCharacteristic characteristic, UUID uuid, in BluetoothGattDescriptor() method in BluetoothGattDescriptor155 public BluetoothGattDescriptor(UUID uuid, int instance, int permissions) { in BluetoothGattDescriptor() method in BluetoothGattDescriptor189 private BluetoothGattDescriptor(Parcel in) { in BluetoothGattDescriptor() method in BluetoothGattDescriptor
683 pub struct BluetoothGattDescriptor { struct689 impl BluetoothGattDescriptor { argument694 ) -> BluetoothGattDescriptor { in new()