Home
last modified time | relevance | path

Searched refs:tx_pending (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/host/
A Dconn_internal.h132 sys_slist_t tx_pending; member
A Dconn.c1395 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()
A Dhci_core.c1447 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