bluetooth          62 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc namespace AddProfile = extensions::api::bluetooth::AddProfile;
bluetooth          63 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc namespace bluetooth = extensions::api::bluetooth;
bluetooth          64 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc namespace Connect = extensions::api::bluetooth::Connect;
bluetooth          65 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc namespace Disconnect = extensions::api::bluetooth::Disconnect;
bluetooth          66 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc namespace GetDevice = extensions::api::bluetooth::GetDevice;
bluetooth          67 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc namespace GetDevices = extensions::api::bluetooth::GetDevices;
bluetooth          68 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc namespace Read = extensions::api::bluetooth::Read;
bluetooth          69 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc namespace RemoveProfile = extensions::api::bluetooth::RemoveProfile;
bluetooth          71 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc     extensions::api::bluetooth::SetOutOfBandPairingData;
bluetooth          72 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc namespace Write = extensions::api::bluetooth::Write;
bluetooth          93 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc       this, bluetooth::OnAdapterStateChanged::kEventName);
bluetooth          95 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc       this, bluetooth::OnDeviceAdded::kEventName);
bluetooth          97 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc       this, bluetooth::OnDeviceChanged::kEventName);
bluetooth          99 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc       this, bluetooth::OnDeviceRemoved::kEventName);
bluetooth         238 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc   bluetooth::AdapterState state;
bluetooth         259 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc     bluetooth::Device extension_device;
bluetooth         260 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc     bluetooth::BluetoothDeviceToApiDevice(*device, &extension_device);
bluetooth         280 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc     bluetooth::Device extension_device;
bluetooth         281 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc     bluetooth::BluetoothDeviceToApiDevice(*device, &extension_device);
bluetooth         304 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc   const bluetooth::ConnectOptions& options = params->options;
bluetooth         340 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc   const bluetooth::DisconnectOptions& options = params->options;
bluetooth         350 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc   const bluetooth::ReadOptions& options = params->options;
bluetooth          25 chrome/browser/extensions/api/bluetooth/bluetooth_api_pairing_delegate.cc   api::bluetooth::BluetoothDeviceToApiDevice(*device, &out->device);
bluetooth          13 chrome/browser/extensions/api/bluetooth/bluetooth_api_utils.cc namespace bluetooth = extensions::api::bluetooth;
bluetooth          16 chrome/browser/extensions/api/bluetooth/bluetooth_api_utils.cc using bluetooth::VendorIdSource;
bluetooth          21 chrome/browser/extensions/api/bluetooth/bluetooth_api_utils.cc                                 bluetooth::VendorIdSource* output) {
bluetooth          24 chrome/browser/extensions/api/bluetooth/bluetooth_api_utils.cc       *output = bluetooth::VENDOR_ID_SOURCE_NONE;
bluetooth          27 chrome/browser/extensions/api/bluetooth/bluetooth_api_utils.cc       *output = bluetooth::VENDOR_ID_SOURCE_BLUETOOTH;
bluetooth          30 chrome/browser/extensions/api/bluetooth/bluetooth_api_utils.cc       *output = bluetooth::VENDOR_ID_SOURCE_USB;
bluetooth          39 chrome/browser/extensions/api/bluetooth/bluetooth_api_utils.cc                             bluetooth::DeviceType* output) {
bluetooth          42 chrome/browser/extensions/api/bluetooth/bluetooth_api_utils.cc       *output = bluetooth::DEVICE_TYPE_NONE;
bluetooth          45 chrome/browser/extensions/api/bluetooth/bluetooth_api_utils.cc       *output = bluetooth::DEVICE_TYPE_COMPUTER;
bluetooth          48 chrome/browser/extensions/api/bluetooth/bluetooth_api_utils.cc       *output = bluetooth::DEVICE_TYPE_PHONE;
bluetooth          51 chrome/browser/extensions/api/bluetooth/bluetooth_api_utils.cc       *output = bluetooth::DEVICE_TYPE_MODEM;
bluetooth          54 chrome/browser/extensions/api/bluetooth/bluetooth_api_utils.cc       *output = bluetooth::DEVICE_TYPE_AUDIO;
bluetooth          57 chrome/browser/extensions/api/bluetooth/bluetooth_api_utils.cc       *output = bluetooth::DEVICE_TYPE_CARAUDIO;
bluetooth          60 chrome/browser/extensions/api/bluetooth/bluetooth_api_utils.cc       *output = bluetooth::DEVICE_TYPE_VIDEO;
bluetooth          63 chrome/browser/extensions/api/bluetooth/bluetooth_api_utils.cc       *output = bluetooth::DEVICE_TYPE_PERIPHERAL;
bluetooth          66 chrome/browser/extensions/api/bluetooth/bluetooth_api_utils.cc       *output = bluetooth::DEVICE_TYPE_JOYSTICK;
bluetooth          69 chrome/browser/extensions/api/bluetooth/bluetooth_api_utils.cc       *output = bluetooth::DEVICE_TYPE_GAMEPAD;
bluetooth          72 chrome/browser/extensions/api/bluetooth/bluetooth_api_utils.cc       *output = bluetooth::DEVICE_TYPE_KEYBOARD;
bluetooth          75 chrome/browser/extensions/api/bluetooth/bluetooth_api_utils.cc       *output = bluetooth::DEVICE_TYPE_MOUSE;
bluetooth          78 chrome/browser/extensions/api/bluetooth/bluetooth_api_utils.cc       *output = bluetooth::DEVICE_TYPE_TABLET;
bluetooth          81 chrome/browser/extensions/api/bluetooth/bluetooth_api_utils.cc       *output = bluetooth::DEVICE_TYPE_KEYBOARDMOUSECOMBO;
bluetooth          15 chrome/browser/extensions/api/bluetooth/bluetooth_api_utils.h namespace bluetooth {
bluetooth         251 chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc   api::bluetooth::AdapterState state;
bluetooth         252 chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc   ASSERT_TRUE(api::bluetooth::AdapterState::Populate(*result, &state));
bluetooth          37 chrome/browser/extensions/api/bluetooth/bluetooth_event_router.cc namespace bluetooth = api::bluetooth;
bluetooth         203 chrome/browser/extensions/api/bluetooth/bluetooth_event_router.cc   bluetooth::Socket result_socket;
bluetooth         204 chrome/browser/extensions/api/bluetooth/bluetooth_event_router.cc   bluetooth::BluetoothDeviceToApiDevice(*device, &result_socket.device);
bluetooth         209 chrome/browser/extensions/api/bluetooth/bluetooth_event_router.cc       bluetooth::OnConnection::Create(result_socket);
bluetooth         211 chrome/browser/extensions/api/bluetooth/bluetooth_event_router.cc       bluetooth::OnConnection::kEventName, args.Pass()));
bluetooth         336 chrome/browser/extensions/api/bluetooth/bluetooth_event_router.cc   DispatchDeviceEvent(bluetooth::OnDeviceAdded::kEventName, device);
bluetooth         346 chrome/browser/extensions/api/bluetooth/bluetooth_event_router.cc   DispatchDeviceEvent(bluetooth::OnDeviceChanged::kEventName, device);
bluetooth         356 chrome/browser/extensions/api/bluetooth/bluetooth_event_router.cc   DispatchDeviceEvent(bluetooth::OnDeviceRemoved::kEventName, device);
bluetooth         375 chrome/browser/extensions/api/bluetooth/bluetooth_event_router.cc   bluetooth::AdapterState state;
bluetooth         379 chrome/browser/extensions/api/bluetooth/bluetooth_event_router.cc       bluetooth::OnAdapterStateChanged::Create(state);
bluetooth         381 chrome/browser/extensions/api/bluetooth/bluetooth_event_router.cc       bluetooth::OnAdapterStateChanged::kEventName,
bluetooth         390 chrome/browser/extensions/api/bluetooth/bluetooth_event_router.cc   bluetooth::Device extension_device;
bluetooth         391 chrome/browser/extensions/api/bluetooth/bluetooth_event_router.cc   bluetooth::BluetoothDeviceToApiDevice(*device, &extension_device);
bluetooth         394 chrome/browser/extensions/api/bluetooth/bluetooth_event_router.cc       bluetooth::OnDeviceAdded::Create(extension_device);
bluetooth          86 chrome/browser/extensions/api/bluetooth/bluetooth_event_router_unittest.cc namespace bluetooth = api::bluetooth;
bluetooth         211 chrome/browser/extensions/api/bluetooth/bluetooth_event_router_unittest.cc   EXPECT_STREQ(bluetooth::OnConnection::kEventName,
bluetooth         140 chrome/browser/metrics/metrics_log_chromeos.cc   SystemProfileProto::Hardware::Bluetooth* bluetooth =
bluetooth         143 chrome/browser/metrics/metrics_log_chromeos.cc   bluetooth->set_is_present(adapter_->IsPresent());
bluetooth         144 chrome/browser/metrics/metrics_log_chromeos.cc   bluetooth->set_is_enabled(adapter_->IsPowered());
bluetooth         154 chrome/browser/metrics/metrics_log_chromeos.cc     PairedDevice* paired_device = bluetooth->add_paired_device();
bluetooth         694 chrome/browser/metrics/metrics_log_unittest.cc   EXPECT_TRUE(log.system_profile().hardware().bluetooth().is_present());
bluetooth         695 chrome/browser/metrics/metrics_log_unittest.cc   EXPECT_FALSE(log.system_profile().hardware().bluetooth().is_enabled());
bluetooth         712 chrome/browser/metrics/metrics_log_unittest.cc   EXPECT_TRUE(log.system_profile().hardware().bluetooth().is_present());
bluetooth         713 chrome/browser/metrics/metrics_log_unittest.cc   EXPECT_TRUE(log.system_profile().hardware().bluetooth().is_enabled());
bluetooth         744 chrome/browser/metrics/metrics_log_unittest.cc             log.system_profile().hardware().bluetooth().paired_device_size());
bluetooth         752 chrome/browser/metrics/metrics_log_unittest.cc       log.system_profile().hardware().bluetooth().paired_device(0);
bluetooth         766 chrome/browser/metrics/metrics_log_unittest.cc       log.system_profile().hardware().bluetooth().paired_device(1);
bluetooth          20 chrome/common/extensions/api/bluetooth/bluetooth_manifest_handler.cc   const base::Value* bluetooth = NULL;
bluetooth          21 chrome/common/extensions/api/bluetooth/bluetooth_manifest_handler.cc   CHECK(extension->manifest()->Get(manifest_keys::kBluetooth, &bluetooth));
bluetooth          23 chrome/common/extensions/api/bluetooth/bluetooth_manifest_handler.cc       BluetoothManifestData::FromValue(*bluetooth, error);
bluetooth          67 chrome/common/extensions/api/bluetooth/bluetooth_manifest_permission.cc   scoped_ptr<api::manifest_types::Bluetooth> bluetooth =
bluetooth          69 chrome/common/extensions/api/bluetooth/bluetooth_manifest_permission.cc   if (!bluetooth)
bluetooth          74 chrome/common/extensions/api/bluetooth/bluetooth_manifest_permission.cc   if (bluetooth->uuids) {
bluetooth          75 chrome/common/extensions/api/bluetooth/bluetooth_manifest_permission.cc     if (!ParseUuidArray(result.get(), bluetooth->uuids, error)) {
bluetooth         138 chrome/common/extensions/api/bluetooth/bluetooth_manifest_permission.cc   api::manifest_types::Bluetooth bluetooth;
bluetooth         139 chrome/common/extensions/api/bluetooth/bluetooth_manifest_permission.cc   bluetooth.uuids.reset(new std::vector<std::string>(uuids_.begin(),
bluetooth         141 chrome/common/extensions/api/bluetooth/bluetooth_manifest_permission.cc   return bluetooth.ToValue().PassAs<base::Value>();
bluetooth           7 media/base/android/java/src/org/chromium/media/AudioManagerAndroid.java import android.bluetooth.BluetoothAdapter;
bluetooth           8 media/base/android/java/src/org/chromium/media/AudioManagerAndroid.java import android.bluetooth.BluetoothManager;
bluetooth         638 media/base/android/java/src/org/chromium/media/AudioManagerAndroid.java                 android.bluetooth.BluetoothProfile.HEADSET);
bluetooth         642 media/base/android/java/src/org/chromium/media/AudioManagerAndroid.java                 android.bluetooth.BluetoothProfile.STATE_DISCONNECTED;
bluetooth         650 media/base/android/java/src/org/chromium/media/AudioManagerAndroid.java             android.bluetooth.BluetoothProfile.STATE_CONNECTED;
bluetooth         732 media/base/android/java/src/org/chromium/media/AudioManagerAndroid.java             android.bluetooth.BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED);
bluetooth         742 media/base/android/java/src/org/chromium/media/AudioManagerAndroid.java                     android.bluetooth.BluetoothHeadset.EXTRA_STATE,
bluetooth         743 media/base/android/java/src/org/chromium/media/AudioManagerAndroid.java                     android.bluetooth.BluetoothHeadset.STATE_DISCONNECTED);
bluetooth         751 media/base/android/java/src/org/chromium/media/AudioManagerAndroid.java                     case android.bluetooth.BluetoothProfile.STATE_DISCONNECTED:
bluetooth         760 media/base/android/java/src/org/chromium/media/AudioManagerAndroid.java                     case android.bluetooth.BluetoothProfile.STATE_CONNECTED:
bluetooth         766 media/base/android/java/src/org/chromium/media/AudioManagerAndroid.java                     case android.bluetooth.BluetoothProfile.STATE_CONNECTING:
bluetooth         769 media/base/android/java/src/org/chromium/media/AudioManagerAndroid.java                     case android.bluetooth.BluetoothProfile.STATE_DISCONNECTING: