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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/bluetooth/
BluetoothActivityEnergyInfo.aidl 17 package android.bluetooth;
BluetoothAudioConfig.aidl 17 package android.bluetooth;
BluetoothDevice.aidl 17 package android.bluetooth;
BluetoothHeadsetClientCall.aidl 16 package android.bluetooth;
BluetoothHealthAppConfiguration.aidl 17 package android.bluetooth;
IBluetoothStateChangeCallback.aidl 17 package android.bluetooth;
20 * System private API for Bluetooth state change callback.
IBluetoothCallback.aidl 17 package android.bluetooth;
20 * System private API for Bluetooth service callbacks.
IBluetoothManagerCallback.aidl 17 package android.bluetooth;
19 import android.bluetooth.IBluetooth;
IBluetoothPbap.aidl 17 package android.bluetooth;
19 import android.bluetooth.BluetoothDevice;
22 * System private API for Bluetooth pbap service
IBluetoothManager.aidl 17 package android.bluetooth;
19 import android.bluetooth.IBluetooth;
20 import android.bluetooth.IBluetoothGatt;
21 import android.bluetooth.IBluetoothManagerCallback;
22 import android.bluetooth.IBluetoothProfileServiceConnection;
23 import android.bluetooth.IBluetoothStateChangeCallback;
26 * System private API for talking with the Bluetooth service.
IBluetoothA2dpSink.aidl 17 package android.bluetooth;
19 import android.bluetooth.BluetoothAudioConfig;
20 import android.bluetooth.BluetoothDevice;
23 * APIs for Bluetooth A2DP sink service
IBluetoothHealthCallback.aidl 17 package android.bluetooth;
19 import android.bluetooth.BluetoothDevice;
20 import android.bluetooth.BluetoothHealthAppConfiguration;
  /frameworks/base/core/java/android/bluetooth/le/
AdvertiseData.aidl 17 package android.bluetooth.le;
AdvertiseSettings.aidl 17 package android.bluetooth.le;
ResultStorageDescriptor.aidl 17 package android.bluetooth.le;
ScanFilter.aidl 17 package android.bluetooth.le;
ScanResult.aidl 17 package android.bluetooth.le;
ScanSettings.aidl 17 package android.bluetooth.le;
  /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;
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattServiceConfig.java 17 package com.android.bluetooth.gatt;
  /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")

Completed in 402 milliseconds

1 2 3 4 5 6 7 8 91011>>