ports/esp32/apps/reader/main/app_shell.h
asxeem/openaliro
Module

app_shell.h

ports/esp32/apps/reader/main/app_shell.h

used by app_shell.c main.c

API

Fint app_responder_start(void)

ports/esp32/apps/reader/main/app_shell.h:27

Start the demo CCC DS-TWR responder (canned URSK/cfg). Serialized by mutex. Returns 0 on success, 1 if already running, negative on facade failure.

Fvoid app_responder_stop(void)

ports/esp32/apps/reader/main/app_shell.h:30

Stop the demo responder and unbind the CCC shim. No-op if already stopped.

Fbool app_responder_up(void)

ports/esp32/apps/reader/main/app_shell.h:33

True while the demo responder is up.

Fvoid app_shell_start(void)

ports/esp32/apps/reader/main/app_shell.h:36

Register commands and start the UART console REPL (own task).