MCPcopy Create free account
hub / github.com/BruceDevices/firmware / ble_test

Function ble_test

src/modules/ble/ble_common.cpp:311–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309}
310
311void ble_test() {
312 printf("ble test\n");
313
314 // if (!is_ble_inited)
315 // {
316 printf("Init ble server\n");
317 initBLEServer();
318 delay(100);
319 is_ble_inited = true;
320 // }
321
322 disPlayBLESend();
323
324 printf("Quit ble test\n");
325}

Callers

nothing calls this directly

Calls 2

initBLEServerFunction · 0.85
disPlayBLESendFunction · 0.85

Tested by

no test coverage detected