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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothProfileManager.java 25 import android.bluetooth.BluetoothUuid;
128 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.AudioSource)) {
140 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.Handsfree_AG) ||
141 BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.HSP_AG)) {
154 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.ObexObjectPush)) {
312 if ((BluetoothUuid.isUuidPresent(localUuids, BluetoothUuid.HSP_AG) &
    [all...]
BluetoothDeviceFilter.java 21 import android.bluetooth.BluetoothUuid;
112 if (BluetoothUuid.containsAnyUuid(uuids, A2dpProfile.SINK_UUIDS)) {
115 if (BluetoothUuid.containsAnyUuid(uuids, HeadsetProfile.UUIDS)) {
133 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.ObexObjectPush)) {
147 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.PANU)) {
161 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.NAP)) {
A2dpProfile.java 24 import android.bluetooth.BluetoothUuid;
40 BluetoothUuid.AudioSink,
41 BluetoothUuid.AdvAudioDist,
HeadsetProfile.java 23 import android.bluetooth.BluetoothUuid;
46 BluetoothUuid.HSP,
47 BluetoothUuid.Handsfree,
  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java 26 import android.bluetooth.BluetoothUuid;
546 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.Handsfree) &&
547 BluetoothUuid.isUuidPresent(localUuids, BluetoothUuid.Handsfree_AG)) {
551 int channel = device.getServiceChannel(BluetoothUuid.Handsfree);
561 } else if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.HSP) &&
562 BluetoothUuid.isUuidPresent(localUuids, BluetoothUuid.HSP_AG))
    [all...]
  /frameworks/base/core/java/android/server/
BluetoothA2dpService.java 29 import android.bluetooth.BluetoothUuid;
197 if (uuids != null && BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.AudioSink)) {
218 if (BluetoothUuid.containsAnyUuid(remoteUuids,
219 new ParcelUuid[] {BluetoothUuid.AudioSink,
220 BluetoothUuid.AdvAudioDist})) {
BluetoothEventLoop.java 27 import android.bluetooth.BluetoothUuid;
    [all...]
BluetoothService.java 38 import android.bluetooth.BluetoothUuid;
138 BluetoothUuid.Handsfree,
139 BluetoothUuid.HSP,
140 BluetoothUuid.ObexObjectPush };
578 svcIdentifiers[i] = BluetoothUuid.getServiceIdentifierFromParcelUuid(uuids.get(i));
590 uuids.add(BluetoothUuid.HSP_AG);
591 uuids.add(BluetoothUuid.ObexObjectPush);
595 uuids.add(BluetoothUuid.Handsfree_AG);
596 uuids.add(BluetoothUuid.PBAP_PSE);
614 uuids.add(BluetoothUuid.AudioSource)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransfer.java 41 import android.bluetooth.BluetoothUuid;
533 channel = mBatch.mDestination.getServiceChannel(BluetoothUuid.ObexObjectPush);
573 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.ObexObjectPush)) {
576 .getServiceChannel(BluetoothUuid.ObexObjectPush);
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothUuid.java 29 public final class BluetoothUuid {
BluetoothA2dp.java 422 if (BluetoothUuid.isAvrcpTarget(uuid)) {

Completed in 176 milliseconds