MCPcopy Create free account
hub / github.com/cifertech/nRFBox / changeAdvTypePrev

Function changeAdvTypePrev

VScode Platformio/src/spoofer.cpp:323–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321}
322
323void changeAdvTypePrev() {
324 advType--;
325 if (advType < 1) advType = 5;
326 Serial.println("Advertising Type Prev: " + String(advType));
327 setAdvertisingData();
328 updateDisplay();
329}
330
331void toggleAdvertising() {
332 if (isAdvertising) {

Callers

nothing calls this directly

Calls 2

setAdvertisingDataFunction · 0.70
updateDisplayFunction · 0.70

Tested by

no test coverage detected