Searched defs:bluetooth (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/bluetooth/
H A Dbluetooth_api_utils.h9 #include "chrome/common/extensions/api/bluetooth.h"
10 #include "device/bluetooth/bluetooth_adapter.h"
11 #include "device/bluetooth/bluetooth_device.h"
15 namespace bluetooth { namespace in namespace:extensions::api
26 } // namespace bluetooth
H A Dbluetooth_api_utils.cc5 #include "chrome/browser/extensions/api/bluetooth/bluetooth_api_utils.h"
9 #include "chrome/common/extensions/api/bluetooth.h"
10 #include "device/bluetooth/bluetooth_adapter.h"
11 #include "device/bluetooth/bluetooth_device.h"
15 namespace bluetooth { namespace in namespace:extensions::api
34 } // namespace bluetooth
/external/chromium_org/chrome/browser/metrics/
H A Dmetrics_log.cc49 #include "device/bluetooth/bluetooth_adapter.h"
50 #include "device/bluetooth/bluetooth_adapter_factory.h"
51 #include "device/bluetooth/bluetooth_device.h"
959 SystemProfileProto::Hardware::Bluetooth* bluetooth = local
962 bluetooth->set_is_present(adapter_->IsPresent());
963 bluetooth->set_is_enabled(adapter_->IsPowered());
968 PairedDevice* paired_device = bluetooth->add_paired_device();

Completed in 201 milliseconds