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

Function changeAdvTypeNext

nRFBox_V2/spoofer.cpp:398–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396}
397
398void changeAdvTypeNext() {
399 advType++;
400 if (advType > 5) advType = 1;
401 Serial.println("Advertising Type Next: " + String(advType));
402 setAdvertisingData();
403 updateDisplay();
404}
405
406void changeAdvTypePrev() {
407 advType--;

Callers

nothing calls this directly

Calls 2

setAdvertisingDataFunction · 0.70
updateDisplayFunction · 0.70

Tested by

no test coverage detected