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

Function changeAdvTypeNext

VScode Platformio/src/spoofer.cpp:315–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313}
314
315void changeAdvTypeNext() {
316 advType++;
317 if (advType > 5) advType = 1;
318 Serial.println("Advertising Type Next: " + String(advType));
319 setAdvertisingData();
320 updateDisplay();
321}
322
323void changeAdvTypePrev() {
324 advType--;

Callers

nothing calls this directly

Calls 2

setAdvertisingDataFunction · 0.70
updateDisplayFunction · 0.70

Tested by

no test coverage detected