Loading android/app/src/com/android/bluetooth/le_audio/LeAudioService.java +11 −2 Original line number Diff line number Diff line Loading @@ -1715,7 +1715,11 @@ public class LeAudioService extends ProfileService { } } try { mAudioServersScanner.stopScan(mScanCallback); } catch (IllegalStateException e) { Log.e(TAG, "Fail to stop scanner, consider it stopped", e); } /* Callback is the indicator for scanning being enabled */ mScanCallback = null; Loading Loading @@ -1765,7 +1769,12 @@ public class LeAudioService extends ProfileService { .setScanMode(ScanSettings.SCAN_MODE_BALANCED) .build(); try { mAudioServersScanner.startScan(filterList, settings, mScanCallback); } catch (IllegalStateException e) { Log.e(TAG, "Fail to start scanner, consider it stopped", e); mScanCallback = null; } } // Suppressed since this is part of a local process Loading Loading
android/app/src/com/android/bluetooth/le_audio/LeAudioService.java +11 −2 Original line number Diff line number Diff line Loading @@ -1715,7 +1715,11 @@ public class LeAudioService extends ProfileService { } } try { mAudioServersScanner.stopScan(mScanCallback); } catch (IllegalStateException e) { Log.e(TAG, "Fail to stop scanner, consider it stopped", e); } /* Callback is the indicator for scanning being enabled */ mScanCallback = null; Loading Loading @@ -1765,7 +1769,12 @@ public class LeAudioService extends ProfileService { .setScanMode(ScanSettings.SCAN_MODE_BALANCED) .build(); try { mAudioServersScanner.startScan(filterList, settings, mScanCallback); } catch (IllegalStateException e) { Log.e(TAG, "Fail to start scanner, consider it stopped", e); mScanCallback = null; } } // Suppressed since this is part of a local process Loading