HomeSort by relevance Sort by last modified time
    Searched defs:BluetoothGattDescriptor (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/device/bluetooth/
bluetooth_gatt_descriptor.h 17 // BluetoothGattDescriptor represents a local or remote GATT characteristic
21 class BluetoothGattDescriptor {
99 // The API will construct a BluetoothGattDescriptor object for each instance
103 // an instance of BluetoothGattDescriptor for this descriptor as this will be
114 // Constructs a BluetoothGattDescriptor that can be associated with a local
130 static BluetoothGattDescriptor* Create(
179 BluetoothGattDescriptor();
180 virtual ~BluetoothGattDescriptor();
183 DISALLOW_COPY_AND_ASSIGN(BluetoothGattDescriptor);
bluetooth_gatt_descriptor.cc 41 BluetoothGattDescriptor::CharacteristicExtendedPropertiesUuid() {
47 BluetoothGattDescriptor::CharacteristicUserDescriptionUuid() {
53 BluetoothGattDescriptor::ClientCharacteristicConfigurationUuid() {
59 BluetoothGattDescriptor::ServerCharacteristicConfigurationUuid() {
65 BluetoothGattDescriptor::CharacteristicPresentationFormatUuid() {
71 BluetoothGattDescriptor::CharacteristicAggregateFormatUuid() {
75 BluetoothGattDescriptor::BluetoothGattDescriptor() {
78 BluetoothGattDescriptor::~BluetoothGattDescriptor() {
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattDescriptor.java 28 public class BluetoothGattDescriptor {
118 * Create a new BluetoothGattDescriptor.
124 public BluetoothGattDescriptor(UUID uuid, int permissions) {
129 * Create a new BluetoothGattDescriptor.
136 /*package*/ BluetoothGattDescriptor(BluetoothGattCharacteristic characteristic, UUID uuid,
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 73 milliseconds