Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/classic/
Drfcomm.h178 int bt_rfcomm_dlc_disconnect(struct bt_rfcomm_dlc *dlc);
/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Drfcomm.c225 err = bt_rfcomm_dlc_disconnect(&rfcomm_dlc); in cmd_disconnect()
/Zephyr-latest/subsys/bluetooth/host/classic/
Dhfp_ag.c204 int err = bt_rfcomm_dlc_disconnect(&ag->rfcomm_dlc); in bt_hfp_ag_set_call_state()
1568 bt_rfcomm_dlc_disconnect(&ag->rfcomm_dlc); in bt_hfp_ag_thread()
1868 return bt_rfcomm_dlc_disconnect(&ag->rfcomm_dlc); in bt_hfp_ag_disconnect()
Dhfp_hf.c133 err = bt_rfcomm_dlc_disconnect(&hf->rfcomm_dlc); in hf_slc_error()
Drfcomm.c1741 int bt_rfcomm_dlc_disconnect(struct bt_rfcomm_dlc *dlc) in bt_rfcomm_dlc_disconnect() function