Home
last modified time | relevance | path

Searched refs:listOfUuids (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientService.java1658 Map<ParcelUuid, byte[]> listOfUuids = scanRecord.getServiceData(); in startSearchingForSources()
1659 if (listOfUuids == null) { in startSearchingForSources()
1663 if (!listOfUuids.containsKey(BassConstants.BAAS_UUID)) { in startSearchingForSources()
1667 byte[] broadcastIdArray = listOfUuids.get(BassConstants.BAAS_UUID); in startSearchingForSources()
2251 Map<ParcelUuid, byte[]> listOfUuids = scanRecord.getServiceData(); in handleSelectSourceRequest() local
2254 if (listOfUuids != null) { in handleSelectSourceRequest()
2255 if (listOfUuids.containsKey(BassConstants.BAAS_UUID)) { in handleSelectSourceRequest()
2256 byte[] bId = listOfUuids.get(BassConstants.BAAS_UUID); in handleSelectSourceRequest()
2259 if (listOfUuids.containsKey(BassConstants.PUBLIC_BROADCAST_UUID)) { in handleSelectSourceRequest()
2260 byte[] pbAnnouncement = listOfUuids.get(BassConstants.PUBLIC_BROADCAST_UUID); in handleSelectSourceRequest()
DBassClientStateMachine.java450 Map<ParcelUuid, byte[]> listOfUuids = scanRecord.getServiceData(); in selectSource() local
453 if (listOfUuids != null) { in selectSource()
454 if (listOfUuids.containsKey(BassConstants.BAAS_UUID)) { in selectSource()
455 byte[] bId = listOfUuids.get(BassConstants.BAAS_UUID); in selectSource()
458 if (listOfUuids.containsKey(BassConstants.PUBLIC_BROADCAST_UUID)) { in selectSource()
459 byte[] pbAnnouncement = listOfUuids.get(BassConstants.PUBLIC_BROADCAST_UUID); in selectSource()