Home
last modified time | relevance | path

Searched defs:commands (Results 1 – 4 of 4) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/docs/btshell/
H A Dbtshell_GAP.rst39 Configuration
76 Device discovery and connection
283 Security
344 Advertising with Extended Advertising enabled
475 Legacy Advertising with Extended Advertising disabled
572 L2CAP Connection Oriented Channels
605 Keys storage
H A Dbtshell_GATT.rst13 Configuration
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/rtthread/include/nimble/
H A Dnpl_shell.h45 const struct shell_cmd *commands; member
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/rtthread/src/
H A Dnpl_shell.c38 int shell_register(const char *module_name, const struct shell_cmd *commands) in shell_register()