HomeSort by relevance Sort by last modified time
    Searched refs:bluetooth (Results 1 - 25 of 140) sorted by null

1 2 3 4 5 6

  /external/chromium_org/chrome/browser/resources/options/chromeos/
bluetooth.css 5 .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-scan-stopped-label
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
InsecureClientActivity.java 17 package com.android.cts.verifier.bluetooth;
InsecureServerActivity.java 17 package com.android.cts.verifier.bluetooth;
SecureClientActivity.java 17 package com.android.cts.verifier.bluetooth;
SecureServerActivity.java 17 package com.android.cts.verifier.bluetooth;
BleScannerService.java 17 package com.android.cts.verifier.bluetooth;
20 import android.bluetooth.BluetoothAdapter;
21 import android.bluetooth.BluetoothManager;
22 import android.bluetooth.le.AdvertiseSettings;
23 import android.bluetooth.le.BluetoothLeScanner;
24 import android.bluetooth.le.ScanCallback;
25 import android.bluetooth.le.ScanFilter;
26 import android.bluetooth.le.ScanSettings;
27 import android.bluetooth.le.ScanRecord;
28 import android.bluetooth.le.ScanResult
    [all...]
BleAdvertiserService.java 17 package com.android.cts.verifier.bluetooth;
26 import android.bluetooth.BluetoothAdapter;
27 import android.bluetooth.BluetoothGattServer;
28 import android.bluetooth.BluetoothGattServerCallback;
29 import android.bluetooth.BluetoothManager;
30 import android.bluetooth.le.BluetoothLeAdvertiser;
31 import android.bluetooth.le.AdvertiseCallback;
32 import android.bluetooth.le.AdvertiseData;
33 import android.bluetooth.le.AdvertiseSettings;
57 "com.android.cts.verifier.bluetooth.BLE_ADV_NOT_SUPPORT"
    [all...]
BleAdvertiserTestActivity.java 17 package com.android.cts.verifier.bluetooth;
BleScannerTestActivity.java 17 package com.android.cts.verifier.bluetooth;
  /development/apps/BluetoothDebug/src/com/android/bluetoothdebug/
DebugReceiver.java 19 import android.bluetooth.BluetoothA2dp;
20 import android.bluetooth.BluetoothAdapter;
21 import android.bluetooth.BluetoothClass;
22 import android.bluetooth.BluetoothDevice;
23 import android.bluetooth.BluetoothDevicePicker;
24 import android.bluetooth.BluetoothHeadset;
32 * Prints Bluetooth intents to logcat. For example:
57 // android.bluetooth.device.extra.DEVICE -> a.b.device.e.DEVICE
60 .replace("bluetooth", "b")
  /external/chromium_org/extensions/browser/api/bluetooth/
bluetooth_api_utils.cc 5 #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::VENDOR_ID_SOURCE_BLUETOOTH
92 namespace bluetooth { namespace in namespace:extensions::core_api
    [all...]
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"
15 namespace bluetooth { namespace in namespace:extensions::core_api
26 } // namespace bluetooth
bluetooth_api.cc 5 #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::GetDevices
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/
bluetooth_pair_device.css 9 #bluetooth-pairing {
  /external/bluetooth/bluedroid/conf/
Android.mk 6 LOCAL_MODULE_PATH := $(TARGET_OUT)/etc/bluetooth
15 LOCAL_MODULE_PATH := $(TARGET_OUT)/etc/bluetooth
24 LOCAL_MODULE_PATH := $(TARGET_OUT)/etc/bluetooth
  /device/asus/flo/
init.flo.bt.sh 3 BLUETOOTH_SLEEP_PATH=/proc/bluetooth/sleep/proto
4 LOG_TAG="msm8960-bluetooth"
37 BDADDR=`/system/bin/bdAddrLoader -f /persist/bluetooth/.bdaddr -h -x`
42 setprop bluetooth.status off
66 0) logi "Bluetooth QSoC firmware download succeeded, $PWR_CLASS $BDADDR $TRANSPORT";;
67 *) failed "Bluetooth QSoC firmware download failed" $exit_code_hci_qcomm_init;
68 setprop bluetooth.status off;
72 setprop bluetooth.status on
74 logi "start bluetooth smd transport"
  /device/lge/mako/
init.mako.bt.sh 3 BLUETOOTH_SLEEP_PATH=/proc/bluetooth/sleep/proto
4 LOG_TAG="mako-bluetooth"
37 BDADDR=`/system/bin/bdAddrLoader -f /persist/bluetooth/.bdaddr -h -x`
42 setprop bluetooth.status off
66 0) logi "Bluetooth QSoC firmware download succeeded, $PWR_CLASS $BDADDR $TRANSPORT";;
67 *) failed "Bluetooth QSoC firmware download failed" $?;
68 setprop bluetooth.status off;
72 setprop bluetooth.status on
74 logi "start bluetooth smd transport"
  /external/chromium_org/extensions/common/api/bluetooth/
bluetooth_manifest_handler.cc 5 #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);
bluetooth_manifest_permission.cc 5 #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
69 core_api::extensions_manifest_types::Bluetooth::FromValue(value, error);
70 if (!bluetooth)
75 if (bluetooth->uuids) {
76 if (!ParseUuidArray(result.get(), bluetooth->uuids, error)) {
80 if (bluetooth->socket)
155 core_api::extensions_manifest_types::Bluetooth bluetooth; local
    [all...]
  /external/bluetooth/bluedroid/test/suite/
base.h 25 #include <hardware/bluetooth.h>
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_browsertest.js 30 * Retrieves the list item associated with a Bluetooth device.
36 var items = listElement.querySelectorAll('.bluetooth-device');
46 * Selects a bluetooth device from the list with the matching address.
47 * @param {!Element} listElement A list of Bluetooth devices.
73 expectFalse($('enable-bluetooth').checked);
74 expectTrue($('bluetooth-paired-devices-list').parentNode.hidden);
80 $('enable-bluetooth').click();
82 expectFalse($('bluetooth-paired-devices-list').parentNode.hidden);
88 var pairedDeviceList = $('bluetooth-paired-devices-list');
89 var unpairedDeviceList = $('bluetooth-unpaired-devices-list')
    [all...]
  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 20 import android.bluetooth.BluetoothAdapter;
21 import android.bluetooth.BluetoothDevice;
22 import android.bluetooth.BluetoothGatt;
23 import android.bluetooth.BluetoothGattCallback;
24 import android.bluetooth.BluetoothGattCharacteristic;
25 import android.bluetooth.BluetoothGattDescriptor;
26 import android.bluetooth.BluetoothGattService;
27 import android.bluetooth.BluetoothManager;
28 import android.bluetooth.BluetoothProfile;
40 * given Bluetooth LE device
    [all...]
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 20 import android.bluetooth.BluetoothAdapter;
21 import android.bluetooth.BluetoothDevice;
22 import android.bluetooth.BluetoothGatt;
23 import android.bluetooth.BluetoothGattCallback;
24 import android.bluetooth.BluetoothGattCharacteristic;
25 import android.bluetooth.BluetoothGattDescriptor;
26 import android.bluetooth.BluetoothGattService;
27 import android.bluetooth.BluetoothManager;
28 import android.bluetooth.BluetoothProfile;
40 * given Bluetooth LE device
    [all...]
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
BluetoothLeService.java 20 import android.bluetooth.BluetoothAdapter;
21 import android.bluetooth.BluetoothDevice;
22 import android.bluetooth.BluetoothGatt;
23 import android.bluetooth.BluetoothGattCallback;
24 import android.bluetooth.BluetoothGattCharacteristic;
25 import android.bluetooth.BluetoothGattDescriptor;
26 import android.bluetooth.BluetoothGattService;
27 import android.bluetooth.BluetoothManager;
28 import android.bluetooth.BluetoothProfile;
40 * given Bluetooth LE device
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_gatt.c 24 * Description: GATT Profile Bluetooth Interface
28 #include <hardware/bluetooth.h>

Completed in 489 milliseconds

1 2 3 4 5 6