OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BluetoothUUID
(Results
51 - 60
of
60
) sorted by null
1
2
3
/external/chromium_org/device/bluetooth/
bluetooth_device_chromeos.cc
32
using device::
BluetoothUUID
;
305
std::vector<device::
BluetoothUUID
> uuids;
309
device::
BluetoothUUID
uuid(*iter);
438
const
BluetoothUUID
& uuid,
bluetooth_device_chromeos.h
71
const device::
BluetoothUUID
& uuid,
bluetooth_socket_chromeos.cc
43
using device::
BluetoothUUID
;
99
const
BluetoothUUID
& uuid,
122
const
BluetoothUUID
& uuid,
bluetooth_remote_gatt_characteristic_chromeos.cc
85
device::
BluetoothUUID
91
return device::
BluetoothUUID
(properties->uuid.value());
bluetooth_chromeos_unittest.cc
29
using device::
BluetoothUUID
;
[
all
...]
bluetooth_adapter_chromeos.cc
33
using device::
BluetoothUUID
;
235
const
BluetoothUUID
& uuid,
256
const
BluetoothUUID
& uuid,
/external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_apitest.cc
27
using device::
BluetoothUUID
;
434
uuids.push_back(
BluetoothUUID
("1105"));
435
uuids.push_back(
BluetoothUUID
("1106"));
/external/chromium_org/chrome/browser/extensions/api/bluetooth_low_energy/
bluetooth_low_energy_apitest.cc
20
using device::
BluetoothUUID
;
134
BluetoothUUID
(kTestServiceUuid0),
141
BluetoothUUID
(kTestServiceUuid1),
153
BluetoothUUID
(kTestCharacteristicUuid0),
165
BluetoothUUID
(kTestCharacteristicUuid1),
177
BluetoothUUID
(kTestCharacteristicUuid2),
185
BluetoothUUID
(kTestDescriptorUuid0),
196
BluetoothUUID
(kTestDescriptorUuid1),
[
all
...]
bluetooth_low_energy_event_router.h
284
const device::
BluetoothUUID
& uuid,
bluetooth_low_energy_event_router.cc
[
all
...]
Completed in 864 milliseconds
1
2
3