OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bluetooth_device
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chromeos/dbus/
bluetooth_device_client.cc
29
RegisterProperty(
bluetooth_device
::kAddressProperty, &address);
30
RegisterProperty(
bluetooth_device
::kNameProperty, &name);
31
RegisterProperty(
bluetooth_device
::kIconProperty, &icon);
32
RegisterProperty(
bluetooth_device
::kClassProperty, &bluetooth_class);
33
RegisterProperty(
bluetooth_device
::kAppearanceProperty, &appearance);
34
RegisterProperty(
bluetooth_device
::kUUIDsProperty, &uuids);
35
RegisterProperty(
bluetooth_device
::kPairedProperty, &paired);
36
RegisterProperty(
bluetooth_device
::kConnectedProperty, &connected);
37
RegisterProperty(
bluetooth_device
::kTrustedProperty, &trusted);
38
RegisterProperty(
bluetooth_device
::kBlockedProperty, &blocked)
[
all
...]
fake_bluetooth_device_client.cc
189
bluetooth_device
::kBluetoothDeviceInterface,
299
error_callback.Run(
bluetooth_device
::kErrorFailed, "Not paired");
304
error_callback.Run(
bluetooth_device
::kErrorFailed,
[
all
...]
/external/chromium_org/components/proximity_auth/
bluetooth_connection.cc
14
#include "device/bluetooth/
bluetooth_device
.h"
119
device::BluetoothDevice*
bluetooth_device
= adapter->GetDevice(address);
local
120
if (!
bluetooth_device
) {
132
bluetooth_device
,
/external/chromium_org/device/bluetooth/
bluetooth_device_chromeos.cc
602
if (error_name ==
bluetooth_device
::kErrorFailed) {
604
} else if (error_name ==
bluetooth_device
::kErrorInProgress) {
606
} else if (error_name ==
bluetooth_device
::kErrorNotSupported) {
642
if (error_name ==
bluetooth_device
::kErrorConnectionAttemptFailed) {
644
} else if (error_name ==
bluetooth_device
::kErrorFailed) {
646
} else if (error_name ==
bluetooth_device
::kErrorAuthenticationFailed) {
648
} else if (error_name ==
bluetooth_device
::kErrorAuthenticationCanceled) {
650
} else if (error_name ==
bluetooth_device
::kErrorAuthenticationRejected) {
652
} else if (error_name ==
bluetooth_device
::kErrorAuthenticationTimeout) {
bluetooth_adapter_chromeos.cc
22
#include "device/bluetooth/
bluetooth_device
.h"
[
all
...]
bluetooth_chromeos_unittest.cc
18
#include "device/bluetooth/
bluetooth_device
.h"
[
all
...]
Completed in 42 milliseconds