HomeSort by relevance Sort by last modified time
    Searched refs:bluetooth (Results 201 - 225 of 536) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/core/java/android/bluetooth/le/
ScanResult.java 17 package android.bluetooth.le;
20 import android.bluetooth.BluetoothDevice;
27 * ScanResult for Bluetooth LE scan.
30 // Remote bluetooth device.
46 * @param device Remote bluetooth device that is found.
98 * Returns the remote bluetooth device identified by the bluetooth device address.
ResultStorageDescriptor.java 17 package android.bluetooth.le;
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMnsObexServer.java 17 package android.bluetooth.client.map;
22 import android.bluetooth.client.map.utils.ObexAppParameters;
  /hardware/broadcom/libbt/
Android.mk 7 BDROID_DIR := $(TOP_DIR)external/bluetooth/bluedroid
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppHandoverReceiver.java 17 package com.android.bluetooth.opp;
19 import android.bluetooth.BluetoothDevice;
  /packages/apps/Settings/src/com/android/settings/bluetooth/
RequestPermissionHelperActivity.java 17 package com.android.settings.bluetooth;
24 import android.bluetooth.BluetoothAdapter;
41 "com.android.settings.bluetooth.ACTION_INTERNAL_REQUEST_BT_ON";
44 "com.android.settings.bluetooth.ACTION_INTERNAL_REQUEST_BT_ON_AND_DISCOVERABLE";
151 Log.e(TAG, "Error: there's a problem starting Bluetooth");
  /packages/apps/Settings/tests/src/com/android/settings/bluetooth/
Utf8ByteLengthFilterTest.java 17 package com.android.settings.bluetooth;
23 import com.android.settings.bluetooth.Utf8ByteLengthFilter;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/
MainSettings.java 23 import android.bluetooth.BluetoothAdapter;
24 import android.bluetooth.BluetoothDevice;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothConnectionsManager.java 3 import android.bluetooth.BluetoothAdapter;
4 import android.bluetooth.BluetoothDevice;
  /external/chromium_org/media/base/android/java/src/org/chromium/media/
AudioManagerAndroid.java 7 import android.bluetooth.BluetoothAdapter;
8 import android.bluetooth.BluetoothManager;
136 "Bluetooth headset", // Requires BLUETOOTH permission.
147 // Bluetooth audio SCO states. Example of valid state sequence:
173 // Enabled during initialization if BLUETOOTH permission is granted.
178 // Stores the audio states related to Bluetooth SCO audio, where some
211 // Broadcast receiver for Bluetooth headset intent broadcasts.
212 // Utilized to detect changes in Bluetooth headset availability.
215 // Broadcast receiver for Bluetooth SCO broadcasts
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpSinkStateMachine.java 18 * Bluetooth A2dp StateMachine
29 package com.android.bluetooth.a2dp;
31 import android.bluetooth.BluetoothA2dpSink;
32 import android.bluetooth.BluetoothAdapter;
33 import android.bluetooth.BluetoothAudioConfig;
34 import android.bluetooth.BluetoothDevice;
35 import android.bluetooth.BluetoothProfile;
36 import android.bluetooth.BluetoothUuid;
37 import android.bluetooth.IBluetooth;
52 import com.android.bluetooth.Utils
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 16 package com.android.bluetooth.map;
33 import android.bluetooth.BluetoothAdapter;
34 import android.bluetooth.BluetoothDevice;
35 import android.bluetooth.BluetoothProfile;
36 import android.bluetooth.BluetoothServerSocket;
37 import android.bluetooth.IBluetoothMap;
38 import android.bluetooth.BluetoothUuid;
39 import android.bluetooth.BluetoothMap;
40 import android.bluetooth.BluetoothSocket;
58 import com.android.bluetooth.R
    [all...]
  /cts/tests/tests/bluetooth/src/android/bluetooth/cts/
BasicAdapterTest.java 17 package android.bluetooth.cts;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothDevice;
21 import android.bluetooth.BluetoothServerSocket;
50 * Note: If the target doesn't support Bluetooth at all, then
121 // Skip the test if bluetooth is not present.
134 // Skip the test if bluetooth is not present.
145 // Skip the test if bluetooth is not present.
157 // Skip the test if bluetooth is not present.
172 // Skip the test if bluetooth is not present
    [all...]
  /device/samsung/manta/
BoardConfig.mk 23 BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/samsung/manta/bluetooth
35 #Bluetooth
  /external/bluetooth/bluedroid/btif/include/
btif_gatt_multi_adv_util.h 23 #include <hardware/bluetooth.h>
btif_hh.h 22 #include <hardware/bluetooth.h>
btif_util.h 23 #include <hardware/bluetooth.h>
  /external/bluetooth/bluedroid/btif/src/
btif_profile_queue.c 23 * Description: Bluetooth remote device connection queuing implementation.
27 #include <hardware/bluetooth.h>
  /frameworks/base/core/java/android/bluetooth/
BluetoothActivityEnergyInfo.java 17 package android.bluetooth;
BluetoothAudioConfig.java 17 package android.bluetooth;
23 * Represents the audio configuration for a Bluetooth A2DP source device.
BluetoothAvrcp.java 17 package android.bluetooth;
20 * This class contains constants for Bluetooth AVRCP profile.
BluetoothGattDescriptor.java 17 package android.bluetooth;
22 * Represents a Bluetooth GATT Descriptor
119 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission.
130 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission.
180 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission.
BluetoothMasInstance.java 17 package android.bluetooth;
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/tests/bluetoothtests/src/android/bluetooth/
BluetoothUuidTest.java 17 package android.bluetooth;
27 * To run this test, use adb shell am instrument -e class 'android.bluetooth.BluetoothUuidTest' -w
28 * 'com.android.bluetooth.tests/android.bluetooth.BluetoothTestRunner'

Completed in 380 milliseconds

1 2 3 4 5 6 7 891011>>