Lines Matching refs:rfcomm_dlc
133 err = bt_rfcomm_dlc_disconnect(&hf->rfcomm_dlc); in hf_slc_error()
166 LOG_DBG("HF %p, DLC %p sending buf %p", hf, &hf->rfcomm_dlc, buf); in hfp_hf_send_cmd()
168 ret = bt_rfcomm_dlc_send(&hf->rfcomm_dlc, buf); in hfp_hf_send_cmd()
686 struct bt_hfp_hf *hf = CONTAINER_OF(dlc, struct bt_hfp_hf, rfcomm_dlc); in hfp_hf_connected()
696 struct bt_hfp_hf *hf = CONTAINER_OF(dlc, struct bt_hfp_hf, rfcomm_dlc); in hfp_hf_disconnected()
707 struct bt_hfp_hf *hf = CONTAINER_OF(dlc, struct bt_hfp_hf, rfcomm_dlc); in hfp_hf_recv()
735 if (hf->rfcomm_dlc.session) { in bt_hfp_hf_accept()
743 hf->rfcomm_dlc.ops = &ops; in bt_hfp_hf_accept()
744 hf->rfcomm_dlc.mtu = BT_HFP_MAX_MTU; in bt_hfp_hf_accept()
746 *dlc = &hf->rfcomm_dlc; in bt_hfp_hf_accept()
791 if (NULL == hf->rfcomm_dlc.session) { in bt_hfp_hf_sco_accept()
795 if (info->acl != hf->rfcomm_dlc.session->br_chan.chan.conn) { in bt_hfp_hf_sco_accept()