HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothUuid (Results 1 - 8 of 8) sorted by null

  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothProfileManager.java 24 import android.bluetooth.BluetoothUuid;
45 BluetoothUuid.HSP,
46 BluetoothUuid.Handsfree,
50 BluetoothUuid.AudioSink,
51 BluetoothUuid.AdvAudioDist,
55 BluetoothUuid.ObexObjectPush
153 if (BluetoothUuid.containsAnyUuid(uuids, HEADSET_PROFILE_UUIDS)) {
157 if (BluetoothUuid.containsAnyUuid(uuids, A2DP_PROFILE_UUIDS)) {
161 if (BluetoothUuid.containsAnyUuid(uuids, OPP_PROFILE_UUIDS)) {
BluetoothSettings.java 26 import android.bluetooth.BluetoothUuid;
304 if (BluetoothUuid.containsAnyUuid(uuids,
313 if (BluetoothUuid.containsAnyUuid(uuids,
316 if (BluetoothUuid.containsAnyUuid(uuids,
  /frameworks/base/core/java/android/server/
BluetoothA2dpService.java 28 import android.bluetooth.BluetoothUuid;
204 if (uuids != null && BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.AudioSink)) {
240 if (BluetoothUuid.containsAnyUuid(remoteUuids,
241 new ParcelUuid[] {BluetoothUuid.AudioSink,
242 BluetoothUuid.AdvAudioDist})) {
BluetoothEventLoop.java 23 import android.bluetooth.BluetoothUuid;
508 (BluetoothUuid.isAudioSource(uuid) || BluetoothUuid.isAvrcpTarget(uuid)
509 || BluetoothUuid.isAdvAudioDist(uuid)) &&
520 if (!BluetoothUuid.isAvrcpTarget(uuid)) {
BluetoothService.java 34 import android.bluetooth.BluetoothUuid;
122 BluetoothUuid.Handsfree,
123 BluetoothUuid.HSP,
124 BluetoothUuid.ObexObjectPush };
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothUuid.java 28 public final class BluetoothUuid {
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransfer.java 41 import android.bluetooth.BluetoothUuid;
527 channel = mBatch.mDestination.getServiceChannel(BluetoothUuid.ObexObjectPush);
567 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.ObexObjectPush)) {
570 .getServiceChannel(BluetoothUuid.ObexObjectPush);
  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java 25 import android.bluetooth.BluetoothUuid;
569 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.Handsfree)) {
573 int channel = device.getServiceChannel(BluetoothUuid.Handsfree);
580 } else if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.HSP)) {
584 int channel = device.getServiceChannel(BluetoothUuid.HSP);
    [all...]

Completed in 150 milliseconds