There was an error while loading. Please reload this page.
1 parent 51d99b3 commit a3b338bCopy full SHA for a3b338b
1 file changed
examples/NimBLE_Async_Client/NimBLE_Async_Client.ino
@@ -50,7 +50,7 @@ class ScanCallbacks : public NimBLEScanCallbacks {
50
}
51
52
void onScanEnd(const NimBLEScanResults& results, int reason) override {
53
- Serial.printf("Scan Ended\n");
+ Serial.printf("Scan ended reason = %d; restarting scan\n", reason);
54
NimBLEDevice::getScan()->start(scanTimeMs);
55
56
} scanCallbacks;
0 commit comments