We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29bef40 commit 910dd44Copy full SHA for 910dd44
src/local/BLELocalDevice.cpp
@@ -224,7 +224,9 @@ void BLELocalDevice::end()
224
digitalWrite(NINA_RESETN, LOW);
225
#elif defined(ARDUINO_PORTENTA_H7_M4) || defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_NICLA_VISION) || defined(ARDUINO_GIGA) || defined(ARDUINO_OPTA)
226
digitalWrite(BT_REG_ON, LOW);
227
-#endif
+#endif
228
+ _advertisingData.clear();
229
+ _scanResponseData.clear();
230
}
231
232
void BLELocalDevice::poll()
0 commit comments