Searched defs:BluetoothGattDescriptor (Results 1 – 2 of 2) sorted by relevance
34 public class BluetoothGattDescriptor implements Parcelable { class110 public BluetoothGattDescriptor(UUID uuid, int permissions) { in BluetoothGattDescriptor() method in BluetoothGattDescriptor121 /*package*/ BluetoothGattDescriptor( in BluetoothGattDescriptor() method in BluetoothGattDescriptor127 public BluetoothGattDescriptor(UUID uuid, int instance, int permissions) { in BluetoothGattDescriptor() method in BluetoothGattDescriptor162 private BluetoothGattDescriptor(Parcel in) { in BluetoothGattDescriptor() method in BluetoothGattDescriptor
692 pub struct BluetoothGattDescriptor { struct698 impl BluetoothGattDescriptor { argument699 pub fn new(uuid: Uuid, instance_id: i32, permissions: i32) -> BluetoothGattDescriptor { in new()