Searched refs:tx_complete (Results 1 – 7 of 7) sorted by relevance
358 bool tx_complete = false; in uart_emul_irq_tx_complete() local362 tx_complete = ring_buf_is_empty(data->tx_rb); in uart_emul_irq_tx_complete()365 return tx_complete; in uart_emul_irq_tx_complete()
250 sys_slist_t tx_complete; member
285 if (!sys_slist_is_empty(&conn->tx_complete)) { in tx_notify_process()286 const sys_snode_t *node = sys_slist_get_not_empty(&conn->tx_complete); in tx_notify_process()
607 sys_slist_append(&conn->tx_complete, node); in hci_num_completed_packets()
81 static void tx_complete(struct bt_mesh_rpr_cli *cli, int err, void *cb_data) in tx_complete() function224 tx_complete(cli, 0, cb_data); in handle_pdu_outbound_report()
408 static void tx_complete(struct k_work *work) in tx_complete() function1469 k_work_init_delayable(&cli->tx.complete, tx_complete); in blob_cli_init()
1015 * :github:`41526` - ESP32 UART driver tx_complete fires before last byte sent