HomeSort by relevance Sort by last modified time
    Searched full:bluetooth_device (Results 1 - 25 of 131) sorted by null

1 2 3 4 5 6

  /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/extensions/browser/api/bluetooth/
bluetooth_api_utils.h 10 #include "device/bluetooth/bluetooth_device.h"
bluetooth_api_pairing_delegate.h 10 #include "device/bluetooth/bluetooth_device.h"
bluetooth_api.h 12 #include "device/bluetooth/bluetooth_device.h"
bluetooth_api_pairing_delegate.cc 10 #include "device/bluetooth/bluetooth_device.h"
  /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,
bluetooth_util.h 11 #include "device/bluetooth/bluetooth_device.h"
bluetooth_connection.h 14 #include "device/bluetooth/bluetooth_device.h"
  /external/chromium_org/device/bluetooth/
BUILD.gn 32 "bluetooth_device.cc",
33 "bluetooth_device.h",
bluetooth.gyp 38 'bluetooth_device.cc',
39 'bluetooth_device.h',
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_device_mac.h 15 #include "device/bluetooth/bluetooth_device.h"
bluetooth_device_unittest.cc 5 #include "device/bluetooth/bluetooth_device.h"
bluetooth_adapter.cc 9 #include "device/bluetooth/bluetooth_device.h"
bluetooth_adapter_unittest.cc 7 #include "device/bluetooth/bluetooth_device.h"
bluetooth_device_win.h 13 #include "device/bluetooth/bluetooth_device.h"
bluetooth_gatt_connection_chromeos.cc 11 #include "device/bluetooth/bluetooth_device.h"
bluetooth_gatt_notify_session_chromeos.cc 11 #include "device/bluetooth/bluetooth_device.h"
  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_device.h 11 #include "device/bluetooth/bluetooth_device.h"
mock_bluetooth_adapter.h 12 #include "device/bluetooth/bluetooth_device.h"
  /external/chromium_org/chrome/browser/chromeos/bluetooth/
bluetooth_pairing_dialog.cc 12 #include "device/bluetooth/bluetooth_device.h"
  /external/chromium_org/ash/system/chromeos/bluetooth/
bluetooth_notification_controller.h 17 #include "device/bluetooth/bluetooth_device.h"
  /external/chromium_org/components/pairing/
bluetooth_controller_pairing_controller.h 17 #include "device/bluetooth/bluetooth_device.h"
bluetooth_host_pairing_controller.h 16 #include "device/bluetooth/bluetooth_device.h"

Completed in 966 milliseconds

1 2 3 4 5 6