Searched refs:bluetooth (Results 1 - 25 of 72) sorted by relevance

123

/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Dbluetooth.css5 .bluetooth-device-list {
10 .bluetooth-device[notconnectable] {
14 .bluetooth-device[connected] {
18 #bluetooth-options .bluetooth-device-list {
22 #bluetooth-options .button-strip {
26 #bluetooth-options .button-strip #bluetooth-scanning-label,
27 #bluetooth-options .button-strip #bluetooth
[all...]
H A Dbluetooth_add_device_overlay.js15 Page.call(this, 'bluetooth',
17 'bluetooth-options');
26 * The list of available (unpaired) bluetooth devices.
39 $('bluetooth-add-device-cancel-button').onclick = function(event) {
44 $('bluetooth-add-device-apply-button').onclick = function(event) {
53 $('bluetooth-unpaired-devices-list').addEventListener('change',
55 var item = $('bluetooth-unpaired-devices-list').selectedItem;
56 // The "bluetooth-add-device-apply-button" should be enabled for devices
68 $('bluetooth-add-device-apply-button').disabled = disabled;
78 * Creates, decorates and initializes the bluetooth devic
[all...]
/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_api_utils.cc5 #include "extensions/browser/api/bluetooth/bluetooth_api_utils.h"
9 #include "device/bluetooth/bluetooth_adapter.h"
10 #include "device/bluetooth/bluetooth_device.h"
11 #include "extensions/common/api/bluetooth.h"
13 namespace bluetooth = extensions::core_api::bluetooth;
16 using bluetooth::VendorIdSource;
21 bluetooth::VendorIdSource* output) {
24 *output = bluetooth::VENDOR_ID_SOURCE_NONE;
27 *output = bluetooth
92 namespace bluetooth { namespace in namespace:extensions::core_api
[all...]
H A Dbluetooth_api_utils.h9 #include "device/bluetooth/bluetooth_adapter.h"
10 #include "device/bluetooth/bluetooth_device.h"
11 #include "extensions/common/api/bluetooth.h"
15 namespace bluetooth { namespace in namespace:extensions::core_api
26 } // namespace bluetooth
H A Dbluetooth_api.cc5 #include "extensions/browser/api/bluetooth/bluetooth_api.h"
13 #include "device/bluetooth/bluetooth_adapter.h"
14 #include "device/bluetooth/bluetooth_device.h"
15 #include "extensions/browser/api/bluetooth/bluetooth_api_utils.h"
16 #include "extensions/browser/api/bluetooth/bluetooth_event_router.h"
18 #include "extensions/common/api/bluetooth.h"
26 namespace bluetooth = extensions::core_api::bluetooth;
27 namespace GetDevice = extensions::core_api::bluetooth::GetDevice;
28 namespace GetDevices = extensions::core_api::bluetooth
[all...]
H A Dbluetooth_event_router_unittest.cc14 #include "device/bluetooth/bluetooth_uuid.h"
15 #include "device/bluetooth/test/mock_bluetooth_adapter.h"
16 #include "extensions/browser/api/bluetooth/bluetooth_event_router.h"
19 #include "extensions/common/api/bluetooth.h"
34 namespace bluetooth = core_api::bluetooth;
H A Dbluetooth_event_router.cc5 #include "extensions/browser/api/bluetooth/bluetooth_event_router.h"
20 #include "device/bluetooth/bluetooth_adapter.h"
21 #include "device/bluetooth/bluetooth_adapter_factory.h"
22 #include "device/bluetooth/bluetooth_device.h"
23 #include "device/bluetooth/bluetooth_discovery_session.h"
24 #include "extensions/browser/api/bluetooth/bluetooth_api_pairing_delegate.h"
25 #include "extensions/browser/api/bluetooth/bluetooth_api_utils.h"
26 #include "extensions/browser/api/bluetooth/bluetooth_private_api.h"
31 #include "extensions/common/api/bluetooth.h"
36 namespace bluetooth
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dbluetooth_pair_device.css9 #bluetooth-pairing {
/external/bluetooth/bluedroid/conf/
H A DAndroid.mk6 LOCAL_MODULE_PATH := $(TARGET_OUT)/etc/bluetooth
15 LOCAL_MODULE_PATH := $(TARGET_OUT)/etc/bluetooth
24 LOCAL_MODULE_PATH := $(TARGET_OUT)/etc/bluetooth
/external/chromium_org/extensions/common/api/bluetooth/
H A Dbluetooth_manifest_handler.cc5 #include "extensions/common/api/bluetooth/bluetooth_manifest_handler.h"
7 #include "extensions/common/api/bluetooth/bluetooth_manifest_data.h"
8 #include "extensions/common/api/bluetooth/bluetooth_manifest_permission.h"
20 const base::Value* bluetooth = NULL; local
21 CHECK(extension->manifest()->Get(manifest_keys::kBluetooth, &bluetooth));
23 BluetoothManifestData::FromValue(*bluetooth, error);
H A Dbluetooth_manifest_permission.cc5 #include "extensions/common/api/bluetooth/bluetooth_manifest_permission.h"
11 #include "device/bluetooth/bluetooth_uuid.h"
12 #include "extensions/common/api/bluetooth/bluetooth_manifest_data.h"
68 scoped_ptr<core_api::extensions_manifest_types::Bluetooth> bluetooth = local
70 if (!bluetooth)
75 if (bluetooth->uuids) {
76 if (!ParseUuidArray(result.get(), bluetooth->uuids, error)) {
80 if (bluetooth->socket) {
81 result->socket_ = *(bluetooth->socket);
83 if (bluetooth
155 core_api::extensions_manifest_types::Bluetooth bluetooth; local
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowBluetoothDevice.java3 import android.bluetooth.BluetoothDevice;
H A DShadowBluetoothAdapter.java3 import android.bluetooth.BluetoothAdapter;
4 import android.bluetooth.BluetoothDevice;
/external/bluetooth/bluedroid/test/suite/
H A Dbase.h25 #include <hardware/bluetooth.h>
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_gatt.c28 #include <hardware/bluetooth.h>
H A Dbtif_profile_queue.c27 #include <hardware/bluetooth.h>
H A Dbtif_sm.c27 #include <hardware/bluetooth.h>
/external/chromium_org/chrome/browser/metrics/
H A Dchromeos_metrics_provider_unittest.cc174 EXPECT_TRUE(system_profile.hardware().bluetooth().is_present());
175 EXPECT_FALSE(system_profile.hardware().bluetooth().is_enabled());
191 EXPECT_TRUE(system_profile.hardware().bluetooth().is_present());
192 EXPECT_TRUE(system_profile.hardware().bluetooth().is_enabled());
196 // The fake bluetooth adapter class already claims to be paired with one
222 EXPECT_EQ(2, system_profile.hardware().bluetooth().paired_device_size());
229 PairedDevice device1 = system_profile.hardware().bluetooth().paired_device(0);
242 PairedDevice device2 = system_profile.hardware().bluetooth().paired_device(1);
/external/tcpdump/
H A Dprint-bt.c40 #include <pcap/bluetooth.h>
45 * to the bluetooth header of the packet, 'h->ts' is the timestamp,
/external/chromium_org/media/base/android/java/src/org/chromium/media/
H A DAudioManagerAndroid.java7 import android.bluetooth.BluetoothAdapter;
8 import android.bluetooth.BluetoothManager;
639 * android.bluetooth.BluetoothAdapter.getProfileConnectionState() requires
674 android.bluetooth.BluetoothProfile.HEADSET);
681 android.bluetooth.BluetoothProfile.STATE_CONNECTED;
763 android.bluetooth.BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED);
773 android.bluetooth.BluetoothHeadset.EXTRA_STATE,
774 android.bluetooth.BluetoothHeadset.STATE_DISCONNECTED);
782 case android.bluetooth.BluetoothProfile.STATE_DISCONNECTED:
791 case android.bluetooth
[all...]
/external/bluetooth/bluedroid/btif/include/
H A Dbtif_gatt_multi_adv_util.h23 #include <hardware/bluetooth.h>
H A Dbtif_hh.h22 #include <hardware/bluetooth.h>
H A Dbtif_util.h23 #include <hardware/bluetooth.h>
/external/chromium_org/third_party/closure_compiler/externs/
H A Dchrome_extensions.js552 * @see https://developer.chrome.com/apps/bluetooth
554 chrome.bluetooth = function() {};
559 * @see https://developer.chrome.com/apps/bluetooth#type-AdapterState
561 chrome.bluetooth.AdapterState = function() {};
565 chrome.bluetooth.AdapterState.prototype.address;
569 chrome.bluetooth.AdapterState.prototype.name;
573 chrome.bluetooth.AdapterState.prototype.powered;
577 chrome.bluetooth.AdapterState.prototype.available;
581 chrome.bluetooth.AdapterState.prototype.discovering;
586 * @see https://developer.chrome.com/apps/bluetooth#typ
[all...]
/external/sepolicy/
H A Dapp.te204 # bluetooth requires net_admin and wake_alarm.
205 neverallow { appdomain -bluetooth } self:capability *;
206 neverallow { appdomain -bluetooth } self:capability2 *;
226 neverallow { appdomain -bluetooth } hci_attach_dev:chr_file
253 neverallow { appdomain -bluetooth -radio -shell -system_app -nfc }
319 neverallow { appdomain -bluetooth }
340 neverallow { appdomain -bluetooth -nfc }
356 neverallow { appdomain -system_app -radio -shell -bluetooth -nfc }

Completed in 780 milliseconds

123