Searched refs:bt_ag_tx (Results 1 – 1 of 1) sorted by relevance
59 struct bt_ag_tx { struct78 static struct bt_ag_tx ag_tx[CONFIG_BT_HFP_AG_TX_BUF_COUNT * 2]; argument212 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()[all …]