/packages/apps/Settings/src/com/android/settings/bluetooth/ |
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)) {
|
LocalBluetoothProfileManager.java | 27 import android.bluetooth.BluetoothUuid; 146 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.AudioSource)) { 158 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.Handsfree_AG) || 159 BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.HSP_AG)) { 172 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.ObexObjectPush)) { 335 if ((BluetoothUuid.isUuidPresent(localUuids, BluetoothUuid.HSP_AG) & [all...] |
A2dpProfile.java | 24 import android.bluetooth.BluetoothUuid; 45 BluetoothUuid.AudioSink, 46 BluetoothUuid.AdvAudioDist,
|
MapProfile.java | 24 import android.bluetooth.BluetoothUuid; 49 BluetoothUuid.MAP, 50 BluetoothUuid.MNS, 51 BluetoothUuid.MAS,
|
HeadsetProfile.java | 24 import android.bluetooth.BluetoothUuid; 49 BluetoothUuid.HSP, 50 BluetoothUuid.Handsfree,
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppRfcommListener.java | 42 import android.bluetooth.BluetoothUuid; 118 mBtServerSocket = mAdapter.listenUsingInsecureRfcommWithServiceRecord("OBEX Object Push", BluetoothUuid.ObexObjectPush.getUuid());
|
BluetoothOppTransfer.java | 41 import android.bluetooth.BluetoothUuid; 620 btSocket = device.createInsecureRfcommSocketToServiceRecord(BluetoothUuid.ObexObjectPush.getUuid());
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
BluetoothMapService.java | 34 import android.bluetooth.BluetoothUuid; 150 BluetoothUuid.MAP, 151 BluetoothUuid.MNS, 181 ("MAP SMS/MMS", BluetoothUuid.MAS.getUuid()); 586 if (!BluetoothUuid.containsAnyUuid(featureUuids, MAP_UUIDS)) {
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothUuid.java | 29 public final class BluetoothUuid {
|
BluetoothA2dp.java | 483 if (BluetoothUuid.isAvrcpTarget(uuid)) {
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
A2dpStateMachine.java | 35 import android.bluetooth.BluetoothUuid; 82 BluetoothUuid.AudioSink 664 if (!BluetoothUuid.containsAnyUuid(featureUuids, A2DP_UUIDS)) { [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
BluetoothPbapService.java | 47 import android.bluetooth.BluetoothUuid; 346 ("OBEX Phonebook Access Server", BluetoothUuid.PBAP_PSE.getUuid());
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
HeadsetStateMachine.java | 40 import android.bluetooth.BluetoothUuid; 112 BluetoothUuid.HSP, 113 BluetoothUuid.Handsfree, [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
GattService.java | 23 import android.bluetooth.BluetoothUuid; [all...] |