Searched defs:BluetoothGattDescriptor (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattDescriptor.java28 public class BluetoothGattDescriptor { class
118 * Create a new BluetoothGattDescriptor.
124 public BluetoothGattDescriptor(UUID uuid, int permissions) { method in class:BluetoothGattDescriptor
129 * Create a new BluetoothGattDescriptor.
136 /*package*/ BluetoothGattDescriptor(BluetoothGattCharacteristic characteristic, UUID uuid, method in class:BluetoothGattDescriptor

Completed in 61 milliseconds