Searched refs:sco_disconnected (Results 1 – 5 of 5) sorted by relevance
84 void (*sco_disconnected)(struct bt_conn *sco_conn, uint8_t reason); member
82 void (*sco_disconnected)(struct bt_hfp_ag *ag); member
772 if ((bt_hf != NULL) && (bt_hf->sco_disconnected)) { in hfp_hf_sco_disconnected()773 bt_hf->sco_disconnected(chan->sco, reason); in hfp_hf_sco_disconnected()
1026 if ((bt_ag) && bt_ag->sco_disconnected) { in hfp_ag_sco_disconnected()1027 bt_ag->sco_disconnected(ag); in hfp_ag_sco_disconnected()
105 .sco_disconnected = ag_sco_disconnected,