Loading android/app/src/com/android/bluetooth/gatt/ScanManager.java +3 −1 Original line number Diff line number Diff line Loading @@ -650,7 +650,9 @@ public class ScanManager { configureScanFilters(client); } // Start scan native only for the first client. if (numRegularScanClients() == 1) { if (numRegularScanClients() == 1 && client.settings != null && client.settings.getScanMode() != ScanSettings.SCAN_MODE_OPPORTUNISTIC) { gattClientScanNative(true); } } Loading Loading
android/app/src/com/android/bluetooth/gatt/ScanManager.java +3 −1 Original line number Diff line number Diff line Loading @@ -650,7 +650,9 @@ public class ScanManager { configureScanFilters(client); } // Start scan native only for the first client. if (numRegularScanClients() == 1) { if (numRegularScanClients() == 1 && client.settings != null && client.settings.getScanMode() != ScanSettings.SCAN_MODE_OPPORTUNISTIC) { gattClientScanNative(true); } } Loading