| 309 | } |
| 310 | |
| 311 | void 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 | } |
nothing calls this directly
no test coverage detected