Searched refs:smp_shell_rx_bytes (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/include/zephyr/mgmt/mcumgr/transport/ |
D | smp_shell.h | 42 size_t smp_shell_rx_bytes(struct smp_shell_data *data, const uint8_t *bytes,
|
/Zephyr-latest/subsys/shell/backends/ |
D | shell_uart.c | 98 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/ |
D | smp_shell.c | 139 size_t smp_shell_rx_bytes(struct smp_shell_data *data, const uint8_t *bytes, in smp_shell_rx_bytes() function
|