Home
last modified time | relevance | path

Searched refs:smp_shell_rx_bytes (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/mgmt/mcumgr/transport/
Dsmp_shell.h42 size_t smp_shell_rx_bytes(struct smp_shell_data *data, const uint8_t *bytes,
/Zephyr-latest/subsys/shell/backends/
Dshell_uart.c98 size_t i = smp_shell_rx_bytes(smp, data, rd_len); in uart_rx_handle()
122 if ((rd_len != 0) && (smp_shell_rx_bytes(smp, &dummy, 1) == 1)) { in uart_rx_handle()
449 if (smp_shell_rx_bytes(smp, &buf[i], 1) == 0) { in async_read()
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/
Dsmp_shell.c139 size_t smp_shell_rx_bytes(struct smp_shell_data *data, const uint8_t *bytes, in smp_shell_rx_bytes() function