Home
last modified time | relevance | path

Searched refs:cmd_send (Results 1 – 7 of 7) sorted by relevance

/Zephyr-Core-3.7.0/subsys/bluetooth/shell/
Drfcomm.c194 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),
Dl2cap.c413 static int cmd_send(const struct shell *sh, size_t argc, char *argv[]) in cmd_send() function
545 cmd_send, 1, 2),
Diso.c546 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/
Dsip_svc_agilex_mailbox_shell.c253 static int cmd_send(const struct shell *sh, size_t argc, char **argv) in cmd_send() function
344 cmd_send, 2, 1),
Dsip_svc_shell.c204 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/
Dlwm2m_shell.c66 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/
Dbap.c3769 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),