Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2301be15 authored by Jack He's avatar Jack He Committed by Automerger Merge Worker
Browse files

Merge changes I38df1e0c,I0b9b3f1b into tm-dev am: 5f10cb19 am: c3f02afd am: 9395213e

parents 0a66b9ba 9395213e
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -675,8 +675,12 @@ public class BassClientService extends ProfileService {
                filters = new ArrayList<ScanFilter>();
            }
            if (!BassUtils.containUuid(filters, BassConstants.BAAS_UUID)) {
                byte[] serviceData = {0x00, 0x00 ,0x00}; // Broadcast_ID
                byte[] serviceDataMask = {0x00, 0x00, 0x00};

                filters.add(new ScanFilter.Builder()
                        .setServiceUuid(BassConstants.BAAS_UUID).build());
                        .setServiceData(BassConstants.BAAS_UUID,
                                serviceData, serviceDataMask).build());
            }
            scanner.startScan(filters, settings, mSearchScanCallback);
            mCallbacks.notifySearchStarted(BluetoothStatusCodes.REASON_LOCAL_APP_REQUEST);