/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
D | BluetoothUuidTest.java | 37 BluetoothUuid.parseUuidFrom(uuid16)); in testUuidParser() 42 BluetoothUuid.parseUuidFrom(uuid32)); in testUuidParser() 48 BluetoothUuid.parseUuidFrom(uuid128)); in testUuidParser() 53 assertTrue(BluetoothUuid.is16BitUuid( in testUuidType() 55 assertFalse(BluetoothUuid.is32BitUuid( in testUuidType() 58 assertFalse(BluetoothUuid.is16BitUuid( in testUuidType() 60 assertTrue(BluetoothUuid.is32BitUuid( in testUuidType() 62 assertFalse(BluetoothUuid.is32BitUuid( in testUuidType()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | LocalBluetoothProfileManager.java | 35 import android.bluetooth.BluetoothUuid; 474 if ((BluetoothUuid.isUuidPresent(localUuids, BluetoothUuid.HSP_AG) && in updateProfiles() 475 BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.HSP)) || in updateProfiles() 476 (BluetoothUuid.isUuidPresent(localUuids, BluetoothUuid.Handsfree_AG) && in updateProfiles() 477 BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.Handsfree))) { in updateProfiles() 484 BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.Handsfree_AG) && in updateProfiles() 485 BluetoothUuid.isUuidPresent(localUuids, BluetoothUuid.Handsfree)) { in updateProfiles() 490 if (BluetoothUuid.containsAnyUuid(uuids, A2dpProfile.SINK_UUIDS) && in updateProfiles() 496 if (BluetoothUuid.containsAnyUuid(uuids, A2dpSinkProfile.SRC_UUIDS) && in updateProfiles() 502 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.ObexObjectPush) && in updateProfiles() [all …]
|
D | BluetoothDeviceFilter.java | 21 import android.bluetooth.BluetoothUuid; 112 if (BluetoothUuid.containsAnyUuid(uuids, A2dpProfile.SINK_UUIDS)) { in matches() 115 if (BluetoothUuid.containsAnyUuid(uuids, HeadsetProfile.UUIDS)) { in matches() 133 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.ObexObjectPush)) { in matches() 147 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.PANU)) { in matches() 161 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.NAP)) { in matches()
|
D | PbapServerProfile.java | 23 import android.bluetooth.BluetoothUuid; 48 BluetoothUuid.HSP, 49 BluetoothUuid.Handsfree, 50 BluetoothUuid.PBAP_PCE
|
D | MapProfile.java | 24 import android.bluetooth.BluetoothUuid; 47 BluetoothUuid.MAP, 48 BluetoothUuid.MNS, 49 BluetoothUuid.MAS,
|
D | MapClientProfile.java | 24 import android.bluetooth.BluetoothUuid; 47 BluetoothUuid.MAP, 48 BluetoothUuid.MNS, 49 BluetoothUuid.MAS,
|
D | A2dpSinkProfile.java | 24 import android.bluetooth.BluetoothUuid; 43 BluetoothUuid.AudioSource, 44 BluetoothUuid.AdvAudioDist,
|
D | HfpClientProfile.java | 24 import android.bluetooth.BluetoothUuid; 46 BluetoothUuid.HSP_AG, 47 BluetoothUuid.Handsfree_AG,
|
D | HeadsetProfile.java | 24 import android.bluetooth.BluetoothUuid; 47 BluetoothUuid.HSP, 48 BluetoothUuid.Handsfree,
|
D | A2dpProfile.java | 25 import android.bluetooth.BluetoothUuid; 47 BluetoothUuid.AudioSink, 48 BluetoothUuid.AdvAudioDist,
|
D | PbapClientProfile.java | 24 import android.bluetooth.BluetoothUuid; 44 BluetoothUuid.PBAP_PSE,
|
D | SapProfile.java | 24 import android.bluetooth.BluetoothUuid; 47 BluetoothUuid.SAP,
|
D | CachedBluetoothDevice.java | 24 import android.bluetooth.BluetoothUuid; 612 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.Hogp)) { in onUuidChanged() 614 } else if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.HearingAid)) { in onUuidChanged() 800 if (BluetoothUuid.containsAnyUuid(uuids, PbapServerProfile.PBAB_CLIENT_UUIDS)) { in processPhonebookAccess()
|
/frameworks/base/core/java/android/bluetooth/le/ |
D | ScanRecord.java | 22 import android.bluetooth.BluetoothUuid; 232 dataLength, BluetoothUuid.UUID_BYTES_16_BIT, serviceUuids); in parseFromBytes() 237 BluetoothUuid.UUID_BYTES_32_BIT, serviceUuids); in parseFromBytes() 242 BluetoothUuid.UUID_BYTES_128_BIT, serviceUuids); in parseFromBytes() 246 BluetoothUuid.UUID_BYTES_16_BIT, serviceSolicitationUuids); in parseFromBytes() 250 BluetoothUuid.UUID_BYTES_32_BIT, serviceSolicitationUuids); in parseFromBytes() 254 BluetoothUuid.UUID_BYTES_128_BIT, serviceSolicitationUuids); in parseFromBytes() 267 int serviceUuidLength = BluetoothUuid.UUID_BYTES_16_BIT; in parseFromBytes() 269 serviceUuidLength = BluetoothUuid.UUID_BYTES_32_BIT; in parseFromBytes() 271 serviceUuidLength = BluetoothUuid.UUID_BYTES_128_BIT; in parseFromBytes() [all …]
|
D | BluetoothLeAdvertiser.java | 21 import android.bluetooth.BluetoothUuid; 488 if (BluetoothUuid.is16BitUuid(uuid)) { 490 } else if (BluetoothUuid.is32BitUuid(uuid)) { 498 size += OVERHEAD_BYTES_PER_FIELD + num16BitUuids * BluetoothUuid.UUID_BYTES_16_BIT; 502 size += OVERHEAD_BYTES_PER_FIELD + num32BitUuids * BluetoothUuid.UUID_BYTES_32_BIT; 507 + num128BitUuids * BluetoothUuid.UUID_BYTES_128_BIT; 511 int uuidLen = BluetoothUuid.uuidToBytes(uuid).length;
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/ |
D | LocalBluetoothProfileManagerTest.java | 35 import android.bluetooth.BluetoothUuid; 135 ParcelUuid[] uuids = new ParcelUuid[]{BluetoothUuid.Hid}; in updateProfiles_addHidProfileForRemoteDevice()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothUuid.java | 34 public final class BluetoothUuid { class
|
D | BluetoothA2dp.java | 577 if (BluetoothUuid.isAvrcpTarget(uuid)) { in shouldSendVolumeKeys()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 11577 Landroid/bluetooth/BluetoothUuid; 11578 Landroid/bluetooth/BluetoothUuid;-><init>()V 11579 Landroid/bluetooth/BluetoothUuid;->AudioSource:Landroid/os/ParcelUuid; 11580 Landroid/bluetooth/BluetoothUuid;->AvrcpController:Landroid/os/ParcelUuid; 11581 Landroid/bluetooth/BluetoothUuid;->AvrcpTarget:Landroid/os/ParcelUuid; 11582 Landroid/bluetooth/BluetoothUuid;->BASE_UUID:Landroid/os/ParcelUuid; 11583 Landroid/bluetooth/BluetoothUuid;->BNEP:Landroid/os/ParcelUuid; 11584 Landroid/bluetooth/BluetoothUuid;->containsAllUuids([Landroid/os/ParcelUuid;[Landroid/os/ParcelUuid… 11585 Landroid/bluetooth/BluetoothUuid;->getServiceIdentifierFromParcelUuid(Landroid/os/ParcelUuid;)I 11586 Landroid/bluetooth/BluetoothUuid;->Handsfree_AG:Landroid/os/ParcelUuid; [all …]
|
D | preloaded-classes | 695 android.bluetooth.BluetoothUuid
|
D | boot-image-profile.txt | 3241 HSPLandroid/bluetooth/BluetoothUuid;->containsAnyUuid([Landroid/os/ParcelUuid;[Landroid/os/ParcelUu… 3242 HSPLandroid/bluetooth/BluetoothUuid;->isUuidPresent([Landroid/os/ParcelUuid;Landroid/os/ParcelUuid;… 32787 Landroid/bluetooth/BluetoothUuid; 41184 HSPLandroid/bluetooth/BluetoothUuid;->getServiceIdentifierFromParcelUuid(Landroid/os/ParcelUuid;)I 41185 HSPLandroid/bluetooth/BluetoothUuid;->is16BitUuid(Landroid/os/ParcelUuid;)Z 41186 HSPLandroid/bluetooth/BluetoothUuid;->parseUuidFrom([B)Landroid/os/ParcelUuid; 41187 HSPLandroid/bluetooth/BluetoothUuid;->uuidToBytes(Landroid/os/ParcelUuid;)[B
|