Home
last modified time | relevance | path

Searched refs:BAAS_UUID (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassConstants.java25 public static final ParcelUuid BAAS_UUID = field in BassConstants
DBassClientService.java1663 if (!listOfUuids.containsKey(BassConstants.BAAS_UUID)) { in startSearchingForSources()
1667 byte[] broadcastIdArray = listOfUuids.get(BassConstants.BAAS_UUID); in startSearchingForSources()
1720 if (!BassUtils.containUuid(filters, BassConstants.BAAS_UUID)) { in startSearchingForSources()
1727 BassConstants.BAAS_UUID, serviceData, serviceDataMask) in startSearchingForSources()
2255 if (listOfUuids.containsKey(BassConstants.BAAS_UUID)) { in handleSelectSourceRequest()
2256 byte[] bId = listOfUuids.get(BassConstants.BAAS_UUID); in handleSelectSourceRequest()
DBassClientStateMachine.java454 if (listOfUuids.containsKey(BassConstants.BAAS_UUID)) { in selectSource()
455 byte[] bId = listOfUuids.get(BassConstants.BAAS_UUID); in selectSource()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientServiceTest.java2564 .get(BassConstants.BAAS_UUID))) in testAddSourceToUnsyncedSource_causesSyncBeforeAddingSource()
2779 .get(BassConstants.BAAS_UUID))) in testSelectSource_orderOfSyncRegistering()
2792 .get(BassConstants.BAAS_UUID))) in testSelectSource_orderOfSyncRegistering()
2805 .get(BassConstants.BAAS_UUID))) in testSelectSource_orderOfSyncRegistering()
2818 .get(BassConstants.BAAS_UUID))) in testSelectSource_orderOfSyncRegistering()
2831 .get(BassConstants.BAAS_UUID))) in testSelectSource_orderOfSyncRegistering()
2844 .get(BassConstants.BAAS_UUID))) in testSelectSource_orderOfSyncRegistering()
2857 .get(BassConstants.BAAS_UUID))) in testSelectSource_orderOfSyncRegistering()