Lines Matching refs:bt_ag_tx
59 struct bt_ag_tx { struct
78 static struct bt_ag_tx ag_tx[CONFIG_BT_HFP_AG_TX_BUF_COUNT * 2]; argument
212 static struct bt_ag_tx *bt_ag_tx_alloc(void) in bt_ag_tx_alloc()
223 struct bt_ag_tx *tx = k_fifo_get(&ag_tx_free, K_NO_WAIT); in bt_ag_tx_alloc()
235 static void bt_ag_tx_free(struct bt_ag_tx *tx) in bt_ag_tx_free()
246 struct bt_ag_tx *tx; in hfp_ag_next_step()
269 static int hfp_ag_send(struct bt_hfp_ag *ag, struct bt_ag_tx *tx) in hfp_ag_send()
285 struct bt_ag_tx *tx; in bt_ag_tx_work()
301 tx = CONTAINER_OF(node, struct bt_ag_tx, node); in bt_ag_tx_work()
329 struct bt_ag_tx *tx; in hfp_ag_send_data()
1468 struct bt_ag_tx *tx; in hfp_ag_disconnected()
1475 tx = CONTAINER_OF(node, struct bt_ag_tx, node); in hfp_ag_disconnected()
1485 tx = CONTAINER_OF(node, struct bt_ag_tx, node); in hfp_ag_disconnected()
1541 struct bt_ag_tx *tx; in bt_hfp_ag_thread()
1549 tx = (struct bt_ag_tx *)k_fifo_get(&ag_tx_notify, K_FOREVER); in bt_hfp_ag_thread()
1582 struct bt_ag_tx *tx; in hfp_ag_sent()
1599 tx = CONTAINER_OF(node, struct bt_ag_tx, node); in hfp_ag_sent()