Searched refs:mcumgr_serial_tx_pkt (Results 1 – 5 of 5) sorted by relevance
80 int mcumgr_serial_tx_pkt(const uint8_t *data, int len, mcumgr_serial_tx_cb cb);
217 return mcumgr_serial_tx_pkt(data, len, uart_mcumgr_send_raw); in uart_mcumgr_send()
231 rc = mcumgr_serial_tx_pkt(nb->data, nb->len, smp_shell_tx_raw); in smp_shell_tx_pkt()
173 int mcumgr_serial_tx_pkt(const uint8_t *data, int len, mcumgr_serial_tx_cb cb) in mcumgr_serial_tx_pkt() function
1315 * :github:`37893` - mcumgr_serial_tx_pkt with len==91 fails to transmit CRC