HomeSort by relevance Sort by last modified time
    Searched defs:bluetooth (Results 26 - 50 of 318) sorted by null

12 3 4 5 6 7 8 91011>>

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothTestActivity.java 17 package com.android.cts.verifier.bluetooth;
23 import android.bluetooth.BluetoothAdapter;
41 Toast.makeText(this, "bluetooth not supported", Toast.LENGTH_SHORT);
51 "com.android.cts.verifier.bluetooth.BleAdvertiserTestActivity");
53 "com.android.cts.verifier.bluetooth.BleScannerTestActivity");
55 "com.android.cts.verifier.bluetooth.BleClientTestActivity");
57 "com.android.cts.verifier.bluetooth.BleServerStartActivity");
60 "com.android.cts.verifier.bluetooth.BleAdvertiserTestActivity");
62 "com.android.cts.verifier.bluetooth.BleServerStartActivity");
  /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...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothAudioConfig.java 17 package android.bluetooth;
23 * Represents the audio configuration for a Bluetooth A2DP source device.
BluetoothDevicePicker.java 17 package android.bluetooth;
29 "android.bluetooth.devicepicker.extra.NEED_AUTH";
31 "android.bluetooth.devicepicker.extra.FILTER_TYPE";
33 "android.bluetooth.devicepicker.extra.LAUNCH_PACKAGE";
35 "android.bluetooth.devicepicker.extra.DEVICE_PICKER_LAUNCH_CLASS";
44 "android.bluetooth.devicepicker.action.DEVICE_SELECTED";
59 "android.bluetooth.devicepicker.action.LAUNCH";
BluetoothGattCallback.java 17 package android.bluetooth;
BluetoothGattServerCallback.java 17 package android.bluetooth;
19 import android.bluetooth.BluetoothDevice;
BluetoothOutputStream.java 17 package android.bluetooth;
25 * Used to read from a Bluetooth socket.
BluetoothServerSocket.java 17 package android.bluetooth;
26 * A listening Bluetooth socket.
28 * <p>The interface for Bluetooth Sockets is similar to that of TCP sockets:
36 * <p>The most common type of Bluetooth socket is RFCOMM, which is the type
38 * transport over Bluetooth. It is also known as the Serial Port Profile (SPP).
57 * Requires the {@link android.Manifest.permission#BLUETOOTH} permission.
61 * <p>For more information about using Bluetooth, read the
62 * <a href="{@docRoot}guide/topics/wireless/bluetooth.html">Bluetooth</a> developer guide.</p>
80 * @throws IOException On error, for example Bluetooth not available, o
    [all...]
  /frameworks/base/core/java/android/bluetooth/le/
AdvertiseCallback.java 17 package android.bluetooth.le;
20 * Bluetooth LE advertising callbacks, used to deliver advertising operation status.
BluetoothLeUtils.java 17 package android.bluetooth.le;
19 import android.bluetooth.BluetoothAdapter;
29 * Helper class for Bluetooth LE utils.
129 * Ensure Bluetooth is turned on.
131 * @throws IllegalStateException If {@code adapter} is null or Bluetooth state is not
ResultStorageDescriptor.java 17 package android.bluetooth.le;
ScanCallback.java 17 package android.bluetooth.le;
22 * Bluetooth LE scan callbacks. Scan results are reported using these callbacks.
52 * @param result A Bluetooth LE scan result.
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/le/
ScanResultTest.java 17 package android.bluetooth.le;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothDevice;
27 * Unit test cases for Bluetooth LE scans.
29 * To run this test, use adb shell am instrument -e class 'android.bluetooth.ScanResultTest' -w
30 * 'com.android.bluetooth.tests/android.bluetooth.BluetoothTestRunner'
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasRequestGetFolderListing.java 17 package android.bluetooth.client.map;
18 import android.bluetooth.client.map.utils.ObexAppParameters;
BluetoothMasRequestGetFolderListingSize.java 17 package android.bluetooth.client.map;
19 import android.bluetooth.client.map.utils.ObexAppParameters;
BluetoothMasRequestGetMessagesListingSize.java 17 package android.bluetooth.client.map;
19 import android.bluetooth.client.map.utils.ObexAppParameters;
BluetoothMasRequestSetMessageStatus.java 17 package android.bluetooth.client.map;
19 import android.bluetooth.client.map.utils.ObexAppParameters;
BluetoothMasRequestSetNotificationRegistration.java 17 package android.bluetooth.client.map;
19 import android.bluetooth.client.map.utils.ObexAppParameters;
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/utils/
ObexTime.java 17 package android.bluetooth.client.map.utils;
  /frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
BluetoothPbapCard.java 17 package android.bluetooth.client.pbap;
  /frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/utils/
ObexTime.java 17 package android.bluetooth.client.pbap.utils;
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
Config.java 17 package com.android.bluetooth.btservice;
26 import com.android.bluetooth.R;
27 import com.android.bluetooth.a2dp.A2dpService;
28 import com.android.bluetooth.a2dp.A2dpSinkService;
29 import com.android.bluetooth.avrcp.AvrcpControllerService;
30 import com.android.bluetooth.hdp.HealthService;
31 import com.android.bluetooth.hfp.HeadsetService;
32 import com.android.bluetooth.hfpclient.HeadsetClientService;
33 import com.android.bluetooth.hid.HidService;
34 import com.android.bluetooth.pan.PanService
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
AdvertiseClient.java 17 package com.android.bluetooth.gatt;
20 import android.bluetooth.le.AdvertiseData;
21 import android.bluetooth.le.AdvertiseSettings;
26 * Helper class that represents a client for Bluetooth LE advertise operations.
CallbackInfo.java 16 package com.android.bluetooth.gatt;
ScanClient.java 17 package com.android.bluetooth.gatt;
19 import android.bluetooth.le.ResultStorageDescriptor;
20 import android.bluetooth.le.ScanFilter;
21 import android.bluetooth.le.ScanSettings;

Completed in 829 milliseconds

12 3 4 5 6 7 8 91011>>