Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Dhfp_hf.c43 static struct bt_hfp_hf bt_hfp_hf_pool[CONFIG_BT_MAX_CONN]; variable
632 for (i = 0; i < ARRAY_SIZE(bt_hfp_hf_pool); i++) { in bt_hfp_hf_lookup_bt_conn()
633 struct bt_hfp_hf *hf = &bt_hfp_hf_pool[i]; in bt_hfp_hf_lookup_bt_conn()
731 for (i = 0; i < ARRAY_SIZE(bt_hfp_hf_pool); i++) { in bt_hfp_hf_accept()
732 struct bt_hfp_hf *hf = &bt_hfp_hf_pool[i]; in bt_hfp_hf_accept()
788 for (i = 0; i < ARRAY_SIZE(bt_hfp_hf_pool); i++) { in bt_hfp_hf_sco_accept()
789 struct bt_hfp_hf *hf = &bt_hfp_hf_pool[i]; in bt_hfp_hf_sco_accept()