Searched refs:sco_connected (Results 1 – 5 of 5) sorted by relevance
75 void (*sco_connected)(struct bt_conn *conn, struct bt_conn *sco_conn); member
73 void (*sco_connected)(struct bt_hfp_ag *ag, struct bt_conn *sco_conn); member
765 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()
1016 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()
104 .sco_connected = ag_sco_connected,