Searched refs:tx_pending (Results 1 – 3 of 3) sorted by relevance
132 sys_slist_t tx_pending; member
1395 sys_slist_append(&conn->tx_pending, &tx->node); in send_frag()1399 tail_tx = (void *)sys_slist_peek_tail(&conn->tx_pending); in send_frag()1418 sys_slist_find_and_remove(&conn->tx_pending, &tx->node); in send_frag()1530 __ASSERT(sys_slist_is_empty(&conn->tx_pending), "Pending TX packets"); in conn_cleanup()1657 node = sys_slist_get(&conn->tx_pending); in process_unack_tx()
1447 node = sys_slist_get(&conn->tx_pending); in bt_hci_num_complete_packets()1514 node = sys_slist_get(&conn->tx_pending); in hci_num_completed_packets()
Completed in 19 milliseconds