Searched refs:bt_conn_tx (Results 1 – 3 of 3) sorted by relevance
40 struct bt_conn_tx *tx;75 static struct bt_conn_tx conn_tx[CONFIG_BT_CONN_TX_MAX];299 static void tx_free(struct bt_conn_tx *tx) in tx_free()312 struct bt_conn_tx *tx; in tx_notify()1300 static struct bt_conn_tx *conn_tx_alloc(void) in conn_tx_alloc()1312 struct bt_conn_tx *tx = k_fifo_get(&free_tx, K_NO_WAIT); in conn_tx_alloc()1327 struct bt_conn_tx *tx; in bt_conn_send_cb()1371 struct bt_conn_tx *tx = tx_data(buf)->tx; in send_frag()1397 struct bt_conn_tx *tail_tx; in send_frag()1644 struct bt_conn_tx *tx; in process_unack_tx()[all …]
97 struct bt_conn_tx { struct
1435 struct bt_conn_tx *tx; in bt_hci_num_complete_packets()1455 tx = CONTAINER_OF(node, struct bt_conn_tx, node); in bt_hci_num_complete_packets()1502 struct bt_conn_tx *tx; in hci_num_completed_packets()1522 tx = CONTAINER_OF(node, struct bt_conn_tx, node); in hci_num_completed_packets()
Completed in 18 milliseconds