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

Function sourappleLoop

VScode Platformio/src/sourapple.cpp:99–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99void sourappleLoop(){
100
101 delay(40);
102 BLEAdvertisementData advertisementData = getOAdvertisementData();
103 Advertising->setAdvertisementData(advertisementData);
104 Advertising->start();
105 displayAdvertisementData();
106 delay(20);
107 Advertising->stop();
108
109}

Callers

nothing calls this directly

Calls 2

getOAdvertisementDataFunction · 0.70
displayAdvertisementDataFunction · 0.70

Tested by

no test coverage detected