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

1 2 34 5 6 7 8 91011>>

  /frameworks/base/core/java/android/bluetooth/
BluetoothGattServerCallback.java 17 package android.bluetooth;
19 import android.bluetooth.BluetoothDevice;
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";
BluetoothHealthCallback.java 18 package android.bluetooth;
34 * @param config Bluetooth Health app configuration
54 * @param device The Bluetooth Device
IBluetoothInputDevice.aidl 17 package android.bluetooth;
19 import android.bluetooth.BluetoothDevice;
22 * API for Bluetooth HID service
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMapRfcommTransport.java 17 package android.bluetooth.client.map;
19 import android.bluetooth.BluetoothSocket;
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;
BluetoothMasRequestGetMessage.java 17 package android.bluetooth.client.map;
22 import android.bluetooth.client.map.BluetoothMasClient.CharsetType;
23 import android.bluetooth.client.map.utils.ObexAppParameters;
  /frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
BluetoothPbapObexTransport.java 17 package android.bluetooth.client.pbap;
19 import android.bluetooth.BluetoothSocket;
BluetoothPbapRequestPullPhoneBookSize.java 17 package android.bluetooth.client.pbap;
21 import android.bluetooth.client.pbap.utils.ObexAppParameters;
BluetoothPbapRequestPullVcardListingSize.java 17 package android.bluetooth.client.pbap;
21 import android.bluetooth.client.pbap.utils.ObexAppParameters;
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapRfcommTransport.java 16 package com.android.bluetooth.map;
18 import android.bluetooth.BluetoothSocket;
BluetoothMnsRfcommTransport.java 15 package com.android.bluetooth.map;
17 import android.bluetooth.BluetoothSocket;
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppRfcommTransport.java 33 package com.android.bluetooth.opp;
41 import android.bluetooth.BluetoothSocket;
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapRfcommTransport.java 33 package com.android.bluetooth.pbap;
35 import android.bluetooth.BluetoothSocket;
  /external/bluetooth/bluedroid/test/suite/
base.h 25 #include <hardware/bluetooth.h>
  /frameworks/base/core/java/android/bluetooth/le/
TruncatedFilter.java 17 package android.bluetooth.le;
  /packages/apps/Bluetooth/src/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;
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/util/
NumberUtilsTest.java 17 package com.android.bluetooth.util;
  /system/extras/tests/fstest/
perm_checker.conf 27 /data/misc/hcid/ 700 770 root bluetooth bluetooth bluetooth
28 /data/misc/hcid/... 600 770 root bluetooth bluetooth bluetooth
68 /dev/ttyMSM0 600 600 bluetooth bluetooth bluetooth bluetooth
    [all...]
  /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...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothUtil.java 19 import android.bluetooth.BluetoothA2dp;
20 import android.bluetooth.BluetoothA2dpSink;
21 import android.bluetooth.BluetoothAdapter;
22 import android.bluetooth.BluetoothDevice;
23 import android.bluetooth.BluetoothHeadset;
24 import android.bluetooth.BluetoothHeadsetClient;
25 import android.bluetooth.BluetoothInputDevice;
26 import android.bluetooth.BluetoothMap;
27 import android.bluetooth.BluetoothPan;
28 import android.bluetooth.BluetoothProfile
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpSinkService.java 17 package com.android.bluetooth.a2dp;
19 import android.bluetooth.BluetoothAudioConfig;
20 import android.bluetooth.BluetoothDevice;
21 import android.bluetooth.BluetoothProfile;
22 import android.bluetooth.IBluetoothA2dpSink;
24 import com.android.bluetooth.btservice.ProfileService;
25 import com.android.bluetooth.Utils;
31 * Provides Bluetooth A2DP Sink profile, as a service in the Bluetooth application.
106 "Need BLUETOOTH ADMIN permission")
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
A2dpProfile.java 17 package com.android.settings.bluetooth;
19 import android.bluetooth.BluetoothA2dp;
20 import android.bluetooth.BluetoothAdapter;
21 import android.bluetooth.BluetoothClass;
22 import android.bluetooth.BluetoothDevice;
23 import android.bluetooth.BluetoothProfile;
24 import android.bluetooth.BluetoothUuid;
60 if (V) Log.d(TAG,"Bluetooth service connected");
79 if (V) Log.d(TAG,"Bluetooth service disconnected");

Completed in 519 milliseconds

1 2 34 5 6 7 8 91011>>