Home
last modified time | relevance | path

Searched refs:shell_cmd_func_t (Results 1 – 2 of 2) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/porting/npl/rtthread/include/nimble/
H A Dnpl_shell.h20 typedef int (*shell_cmd_func_t)(int argc, char *argv[]); typedef
38 shell_cmd_func_t sc_cmd_func;
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/rtthread/src/
H A Dnpl_shell.c30 static shell_cmd_func_t app_cmd_handler;
213 static shell_cmd_func_t get_cb(int argc, char *argv[]) in get_cb()
426 shell_cmd_func_t sc_cmd_func; in shell_process_command()