Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/classic/
Dhfp_hf.h84 void (*sco_disconnected)(struct bt_conn *sco_conn, uint8_t reason); member
Dhfp_ag.h82 void (*sco_disconnected)(struct bt_hfp_ag *ag); member
/Zephyr-latest/subsys/bluetooth/host/classic/
Dhfp_hf.c772 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()
Dhfp_ag.c1026 if ((bt_ag) && bt_ag->sco_disconnected) { in hfp_ag_sco_disconnected()
1027 bt_ag->sco_disconnected(ag); in hfp_ag_sco_disconnected()
/Zephyr-latest/samples/bluetooth/handsfree_ag/src/
Dmain.c105 .sco_disconnected = ag_sco_disconnected,