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

/external/chromium_org/device/bluetooth/
H A Dbluetooth_gatt_descriptor.cc41 BluetoothGattDescriptor::CharacteristicExtendedPropertiesUuid() {
47 BluetoothGattDescriptor::CharacteristicUserDescriptionUuid() {
53 BluetoothGattDescriptor::ClientCharacteristicConfigurationUuid() {
59 BluetoothGattDescriptor::ServerCharacteristicConfigurationUuid() {
65 BluetoothGattDescriptor::CharacteristicPresentationFormatUuid() {
71 BluetoothGattDescriptor::CharacteristicAggregateFormatUuid() {
75 BluetoothGattDescriptor::BluetoothGattDescriptor() { function in class:device::BluetoothGattDescriptor
78 BluetoothGattDescriptor::~BluetoothGattDescriptor() {
[all...]
H A Dbluetooth_gatt_descriptor.h17 // BluetoothGattDescriptor represents a local or remote GATT characteristic
21 class BluetoothGattDescriptor { class in namespace:device
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);
H A Dbluetooth_gatt_characteristic.h18 class BluetoothGattDescriptor;
106 // Instead, create and add a BluetoothGattDescriptor that represents the
149 virtual std::vector<BluetoothGattDescriptor*>
154 virtual BluetoothGattDescriptor* GetDescriptor(
162 virtual bool AddDescriptor(BluetoothGattDescriptor* descriptor) = 0;
H A Dbluetooth_gatt_service.h18 class BluetoothGattDescriptor;
101 const BluetoothGattDescriptor* descriptor,
121 const BluetoothGattDescriptor* descriptor,
H A Dbluetooth_remote_gatt_characteristic_chromeos.h23 class BluetoothGattDescriptor;
50 virtual std::vector<device::BluetoothGattDescriptor*>
52 virtual device::BluetoothGattDescriptor* GetDescriptor(
55 device::BluetoothGattDescriptor* descriptor) OVERRIDE;
H A Dbluetooth_adapter.h23 class BluetoothGattDescriptor;
139 BluetoothGattDescriptor* descriptor) {}
144 BluetoothGattDescriptor* descriptor) {}
156 BluetoothGattDescriptor* descriptor,
H A Dbluetooth_remote_gatt_descriptor_chromeos.h27 // BluetoothGattDescriptor for remote GATT characteristic descriptors on the
30 : public device::BluetoothGattDescriptor {
32 // device::BluetoothGattDescriptor overrides.
H A Dbluetooth_remote_gatt_characteristic_chromeos.cc162 std::vector<device::BluetoothGattDescriptor*>
164 std::vector<device::BluetoothGattDescriptor*> descriptors;
171 device::BluetoothGattDescriptor*
182 device::BluetoothGattDescriptor* descriptor) {
H A Dbluetooth_gatt_chromeos_unittest.cc32 using device::BluetoothGattDescriptor;
191 BluetoothGattDescriptor* descriptor) OVERRIDE {
208 BluetoothGattDescriptor* descriptor) OVERRIDE {
225 BluetoothGattDescriptor* descriptor,
687 BluetoothGattDescriptor* descriptor = characteristic->GetDescriptors()[0];
689 EXPECT_EQ(BluetoothGattDescriptor::ClientCharacteristicConfigurationUuid(),
718 EXPECT_EQ(BluetoothGattDescriptor::ClientCharacteristicConfigurationUuid(),
793 BluetoothGattDescriptor* descriptor = characteristic->GetDescriptors()[0];
795 EXPECT_EQ(BluetoothGattDescriptor::ClientCharacteristicConfigurationUuid(),
994 BluetoothGattDescriptor* descripto
[all...]
/external/chromium_org/device/bluetooth/test/
H A Dmock_bluetooth_gatt_characteristic.h19 class BluetoothGattDescriptor;
41 MOCK_CONST_METHOD0(GetDescriptors, std::vector<BluetoothGattDescriptor*>());
43 BluetoothGattDescriptor*(const std::string&));
44 MOCK_METHOD1(AddDescriptor, bool(BluetoothGattDescriptor*));
H A Dmock_bluetooth_gatt_characteristic.cc32 .WillByDefault(Return(std::vector<BluetoothGattDescriptor*>()));
H A Dmock_bluetooth_gatt_descriptor.h22 class MockBluetoothGattDescriptor : public BluetoothGattDescriptor {
/external/chromium_org/extensions/browser/api/bluetooth_low_energy/
H A Dbluetooth_low_energy_event_router.cc29 using device::BluetoothGattDescriptor;
110 void PopulateDescriptor(const BluetoothGattDescriptor* descriptor,
499 const std::vector<BluetoothGattDescriptor*>& descriptors =
501 for (std::vector<BluetoothGattDescriptor*>::const_iterator iter =
506 const BluetoothGattDescriptor* descriptor = *iter;
529 BluetoothGattDescriptor* descriptor = FindDescriptorById(instance_id);
735 BluetoothGattDescriptor* descriptor = FindDescriptorById(instance_id);
774 BluetoothGattDescriptor* descriptor = FindDescriptorById(instance_id);
925 BluetoothGattDescriptor* descriptor) {
944 BluetoothGattDescriptor* descripto
[all...]
H A Dbluetooth_low_energy_event_router.h252 device::BluetoothGattDescriptor* descriptor) OVERRIDE;
255 device::BluetoothGattDescriptor* descriptor) OVERRIDE;
262 device::BluetoothGattDescriptor* descriptor,
296 // Returns a BluetoothGattDescriptor by its instance ID |instance_id|.
298 device::BluetoothGattDescriptor* FindDescriptorById(
301 // Called by BluetoothGattCharacteristic and BluetoothGattDescriptor in
319 // Called by BluetoothGattCharacteristic and BluetoothGattDescriptor in
H A Dbluetooth_low_energy_apitest.cc26 using device::BluetoothGattDescriptor;
775 std::vector<BluetoothGattDescriptor*> descriptors;
795 .WillOnce(Return(std::vector<BluetoothGattDescriptor*>()))
838 .WillOnce(Return(static_cast<BluetoothGattDescriptor*>(NULL)))
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 2029 milliseconds