Searched refs:cmd_send (Results 1 – 7 of 7) sorted by relevance
/Zephyr-Core-3.7.0/subsys/bluetooth/shell/ |
D | rfcomm.c | 194 static int cmd_send(const struct shell *sh, size_t argc, char *argv[]) in cmd_send() function 240 SHELL_CMD_ARG(send, NULL, "<number of packets>", cmd_send, 2, 0),
|
D | l2cap.c | 413 static int cmd_send(const struct shell *sh, size_t argc, char *argv[]) in cmd_send() function 545 cmd_send, 1, 2),
|
D | iso.c | 546 static int cmd_send(const struct shell *sh, size_t argc, char *argv[]) in cmd_send() function 961 SHELL_CMD_ARG(send, NULL, "Send to ISO Channel [count]", cmd_send, 1, 1),
|
/Zephyr-Core-3.7.0/subsys/sip_svc/ |
D | sip_svc_agilex_mailbox_shell.c | 253 static int cmd_send(const struct shell *sh, size_t argc, char **argv) in cmd_send() function 344 cmd_send, 2, 1),
|
D | sip_svc_shell.c | 204 static int cmd_send(const struct shell *sh, size_t argc, char **argv) in cmd_send() function 382 SHELL_CMD_ARG(send, NULL, "<method> <token> <a0> [<a1> <a2> ... <a7>]", cmd_send, 4, 7),
|
/Zephyr-Core-3.7.0/subsys/net/lib/lwm2m/ |
D | lwm2m_shell.c | 66 static int cmd_send(const struct shell *sh, size_t argc, char **argv) in cmd_send() function 718 LWM2M_HELP_SEND, cmd_send, 1, 9),
|
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/shell/ |
D | bap.c | 3769 static int cmd_send(const struct shell *sh, size_t argc, char *argv[]) in cmd_send() function 4023 SHELL_CMD_ARG(send, NULL, "Send to Audio Stream [data]", cmd_send, 1, 1),
|