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;
540 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.Handsfree) &&
541 BluetoothUuid.isUuidPresent(localUuids, BluetoothUuid.Handsfree_AG)) {
545 int channel = device.getServiceChannel(BluetoothUuid.Handsfree);
555 } else if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.HSP) &&
556 BluetoothUuid.isUuidPresent(localUuids, BluetoothUuid.HSP_AG))
    [all...]
  /frameworks/base/core/java/android/server/
BluetoothA2dpService.java 29 import android.bluetooth.BluetoothUuid;
184 if (uuids != null && BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.AudioSink)) {
205 if (BluetoothUuid.containsAnyUuid(remoteUuids,
206 new ParcelUuid[] {BluetoothUuid.AudioSink,
207 BluetoothUuid.AdvAudioDist})) {
BluetoothEventLoop.java 27 import android.bluetooth.BluetoothUuid;
    [all...]
BluetoothService.java 38 import android.bluetooth.BluetoothUuid;
137 BluetoothUuid.Handsfree,
138 BluetoothUuid.HSP,
139 BluetoothUuid.ObexObjectPush };
544 svcIdentifiers[i] = BluetoothUuid.getServiceIdentifierFromParcelUuid(uuids.get(i));
553 uuids.add(BluetoothUuid.HSP_AG);
554 uuids.add(BluetoothUuid.ObexObjectPush);
558 uuids.add(BluetoothUuid.Handsfree_AG);
559 uuids.add(BluetoothUuid.PBAP_PSE);
570 uuids.add(BluetoothUuid.AudioSource)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransfer.java 41 import android.bluetooth.BluetoothUuid;
530 channel = mBatch.mDestination.getServiceChannel(BluetoothUuid.ObexObjectPush);
570 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.ObexObjectPush)) {
573 .getServiceChannel(BluetoothUuid.ObexObjectPush);
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothUuid.java 29 public final class BluetoothUuid {
BluetoothA2dp.java 418 if (BluetoothUuid.isAvrcpTarget(uuid)) {

Completed in 568 milliseconds