MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / updateScanning

Method updateScanning

Tactility/Source/app/btmanage/View.cpp:145–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145void View::updateScanning() {
146 if (state->getRadioState() == bluetooth::RadioState::On && state->isScanning()) {
147 lv_obj_remove_flag(scanning_spinner, LV_OBJ_FLAG_HIDDEN);
148 } else {
149 lv_obj_add_flag(scanning_spinner, LV_OBJ_FLAG_HIDDEN);
150 }
151}
152
153void View::updatePeerList() {
154 lv_obj_clean(peers_list);

Callers

nothing calls this directly

Calls 2

getRadioStateMethod · 0.45
isScanningMethod · 0.45

Tested by

no test coverage detected