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

Function changeAdvTypePrev

nRFBox_V2/spoofer.cpp:406–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

404}
405
406void changeAdvTypePrev() {
407 advType--;
408 if (advType < 1) advType = 5;
409 Serial.println("Advertising Type Prev: " + String(advType));
410 setAdvertisingData();
411 updateDisplay();
412}
413
414void toggleAdvertising() {
415

Callers

nothing calls this directly

Calls 2

setAdvertisingDataFunction · 0.70
updateDisplayFunction · 0.70

Tested by

no test coverage detected