Loading android/app/src/com/android/bluetooth/bass_client/BassClientService.java +5 −0 Original line number Diff line number Diff line Loading @@ -983,6 +983,11 @@ public class BassClientService extends ProfileService { } }; mScanBroadcasts.clear(); // clear previous sources notify flag before scanning new result // this is to make sure the active sources are notified even if already synced if (mPeriodicAdvertisementResultMap != null) { clearNotifiedFlags(); } ScanSettings settings = new ScanSettings.Builder().setCallbackType( ScanSettings.CALLBACK_TYPE_ALL_MATCHES) .setScanMode(ScanSettings.SCAN_MODE_LOW_LATENCY) Loading Loading
android/app/src/com/android/bluetooth/bass_client/BassClientService.java +5 −0 Original line number Diff line number Diff line Loading @@ -983,6 +983,11 @@ public class BassClientService extends ProfileService { } }; mScanBroadcasts.clear(); // clear previous sources notify flag before scanning new result // this is to make sure the active sources are notified even if already synced if (mPeriodicAdvertisementResultMap != null) { clearNotifiedFlags(); } ScanSettings settings = new ScanSettings.Builder().setCallbackType( ScanSettings.CALLBACK_TYPE_ALL_MATCHES) .setScanMode(ScanSettings.SCAN_MODE_LOW_LATENCY) Loading