Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/classic/
Dhfp_hf.h75 void (*sco_connected)(struct bt_conn *conn, struct bt_conn *sco_conn); member
Dhfp_ag.h73 void (*sco_connected)(struct bt_hfp_ag *ag, struct bt_conn *sco_conn); member
/Zephyr-latest/subsys/bluetooth/host/classic/
Dhfp_hf.c765 if ((bt_hf != NULL) && (bt_hf->sco_connected)) { in hfp_hf_sco_connected()
766 bt_hf->sco_connected(chan->sco->sco.acl, chan->sco); in hfp_hf_sco_connected()
Dhfp_ag.c1016 if ((bt_ag) && bt_ag->sco_connected) { in hfp_ag_sco_connected()
1017 bt_ag->sco_connected(ag, chan->sco); in hfp_ag_sco_connected()
/Zephyr-latest/samples/bluetooth/handsfree_ag/src/
Dmain.c104 .sco_connected = ag_sco_connected,