Searched refs:smp_shell_rx_bytes (Results 1 – 2 of 2) sorted by relevance
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()
139 size_t smp_shell_rx_bytes(struct smp_shell_data *data, const uint8_t *bytes, in smp_shell_rx_bytes() function
Completed in 27 milliseconds