Home
last modified time | relevance | path

Searched full:commands (Results 1 – 25 of 94) sorted by relevance

1234

/nrf52832-nimble/rt-thread/components/net/at/
H A DKconfig1 menu "AT commands"
4 bool "Enable AT commands"
14 bool "Enable AT commands server"
28 prompt "The commands new line sign"
30 This end mark can used for AT server determine the end of commands ,
49 bool "Enable AT commands client"
70 bool "Enable CLI(Command-Line Interface) for AT commands"
/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() argument
47 shell_modules[num_of_shell_entities].commands = commands; in shell_register()
81 for (i = 0; shell_module->commands[i].sc_cmd; i++) in print_module_commands()
83 console_printf("%-30s", shell_module->commands[i].sc_cmd); in print_module_commands()
84 if (shell_module->commands[i].help && in print_module_commands()
85 shell_module->commands[i].help->summary) in print_module_commands()
87 console_printf("%s", shell_module->commands[i].help->summary); in print_module_commands()
250 for (i = 0; shell_module->commands[i].sc_cmd; i++) in get_cb()
252 if (!strcmp(command, shell_module->commands[i].sc_cmd)) in get_cb()
254 return shell_module->commands[i].sc_cmd_func; in get_cb()
[all …]
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/
H A Dsyscfg.yml283 # Supported server ATT commands. (0/1)
287 commands. (0/1)
292 commands. (0/1)
296 Enables processing of incoming Read By Type Request ATT commands.
301 Enables processing of incoming Read Request ATT commands. (0/1)
305 Enables processing of incoming Read Blob Request ATT commands.
310 Enables processing of incoming Read Multiple Request ATT commands.
316 commands. (0/1)
320 Enables processing of incoming Write Request ATT commands. (0/1)
324 Enables processing of incoming Write Command ATT commands. (0/1)
[all …]
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/
H A Dble_ll_hci.h27 /* For supported commands */
35 * This determines the number of outstanding commands allowed from the
57 /* Checks the preferref phy masks from set default phy and set phy commands */
60 /* Returns true if Extended Advertising HCI commands are in use */
/nrf52832-nimble/packages/NimBLE-latest/docs/btshell/
H A Dbtshell_api.rst6 be run simultaneously. You can run btshell on a board and issue commands that make it behave as a c…
9 …s a new application that uses shell subsystem introduced in Mynewt 1.1 and has updated commands and
10 parameters names. Thanks to support for tab completion commands names are more descriptive and self…
37 The below ``set`` commands can be used to change the address configuration:
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/
H A Dmmcsd_cmd.h73 /* SD commands type argument response */
82 /* Application commands */
93 /* SDIO commands type argument response */
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/rtthread/include/nimble/
H A Dnpl_shell.h45 const struct shell_cmd *commands; member
52 * @param shell_commands Array of commands to register.
/nrf52832-nimble/packages/NimBLE-latest/nimble/include/nimble/
H A Dhci_common.h60 * Number of LE commands. NOTE: this is really just used to size the array
61 * containing the lengths of the LE commands.
65 /* List of OCF for Link Control commands (OGF=0x01) */
69 /* List of OCF for Controller and Baseband commands (OGF=0x03) */
80 /* List of OCF for Info Param commands (OGF=0x04) */
87 /* List of OCF for Status parameters commands (OGF = 0x05) */
90 /* List of OCF for LE commands (OGF = 0x08) */
355 /* Whitelist commands */
H A Dnimble_opt_auto.h49 /** Supported client ATT commands. */
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/utils/
H A Dkconfig-tweak.in14 commands:
32 commands can be repeated multiple times
/nrf52832-nimble/rt-thread/components/net/at/src/
H A Dat_server.c147 * AT server print all commands to AT device
153 at_server_printfln("Commands list : "); in rt_at_server_print_all_cmd()
449 /* initialize the AT commands table.*/ in at_server_init()
/nrf52832-nimble/rt-thread/components/finsh/
H A DKconfig22 bool "Using symbol table for commands"
/nrf52832-nimble/rt-thread/components/net/at/include/
H A Dat.h30 /* the server AT commands new line sign */
212 /* AT client send commands to AT server and waiter response */
/nrf52832-nimble/rt-thread/components/utilities/utest/
H A Dutest.c54 /* initialize the utest commands table.*/ in utest_init()
80 LOG_I("Commands list : "); in utest_tc_list()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_hs_startup.c225 /* TODO should we also check for supported commands when setting this? */ in ble_hs_startup_le_set_evmask_tx()
351 /* XXX: Read local supported commands. */ in ble_hs_startup_go()
/nrf52832-nimble/packages/NimBLE-latest/apps/bleprph/
H A Dsyscfg.yml52 # Enable newtmgr commands.
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/
H A DCOPYING120 c) If the modified program normally reads commands interactively
338 The hypothetical commands `show w' and `show c' should show the appropriate
339 parts of the General Public License. Of course, the commands you use may
/nrf52832-nimble/rt-thread/components/net/freemodbus/
H A Dgpl.txt103 c) If the modified program normally reads commands interactively
321 The hypothetical commands `show w' and `show c' should show the appropriate
322 parts of the General Public License. Of course, the commands you use may
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/
H A DCOPYING103 c) If the modified program normally reads commands interactively
320 The hypothetical commands `show w' and `show c' should show the appropriate
321 parts of the General Public License. Of course, the commands you use may
/nrf52832-nimble/packages/NimBLE-latest/porting/examples/linux/
H A DREADME.md54 TX bytes:5537 acl:176 sco:0 commands:139 errors:1
H A DMakefile1 # Toolchain commands
/nrf52832-nimble/packages/NimBLE-latest/porting/examples/dummy/
H A DMakefile20 # Toolchain commands
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/doxygen/
H A Dlwip.Doxyfile231 # This tag can be used to specify a number of aliases that act as commands in
300 # mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in
623 # list. This list is created by putting \todo commands in the documentation.
629 # list. This list is created by putting \test commands in the documentation.
635 # list. This list is created by putting \bug commands in the documentation.
641 # the deprecated list. This list is created by putting \deprecated commands in
748 # markup commands wrongly.
899 # searched for input files to be used with the \include or \dontinclude commands
1145 # footer and what special commands can be used inside the footer. See also
1182 # files will be copied as-is; there are no commands or markers available.
[all …]
H A Dlwip.Doxyfile.cmake.in231 # This tag can be used to specify a number of aliases that act as commands in
300 # mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in
623 # list. This list is created by putting \todo commands in the documentation.
629 # list. This list is created by putting \test commands in the documentation.
635 # list. This list is created by putting \bug commands in the documentation.
641 # the deprecated list. This list is created by putting \deprecated commands in
748 # markup commands wrongly.
899 # searched for input files to be used with the \include or \dontinclude commands
1145 # footer and what special commands can be used inside the footer. See also
1182 # files will be copied as-is; there are no commands or markers available.
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/doxygen/
H A Dlwip.Doxyfile231 # This tag can be used to specify a number of aliases that act as commands in
300 # mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in
614 # list. This list is created by putting \todo commands in the documentation.
620 # list. This list is created by putting \test commands in the documentation.
626 # list. This list is created by putting \bug commands in the documentation.
632 # the deprecated list. This list is created by putting \deprecated commands in
739 # markup commands wrongly.
888 # searched for input files to be used with the \include or \dontinclude commands
1134 # footer and what special commands can be used inside the footer. See also
1171 # files will be copied as-is; there are no commands or markers available.
[all …]

1234