Lines Matching refs:hcon
409 struct hci_conn *hcon; in a2mp_getampassoc_rsp() local
447 hcon = phylink_add(hdev, mgr, rsp->id, true); in a2mp_getampassoc_rsp()
448 if (!hcon) in a2mp_getampassoc_rsp()
451 BT_DBG("Created hcon %p: loc:%d -> rem:%d", hcon, hdev->id, rsp->id); in a2mp_getampassoc_rsp()
455 amp_create_phylink(hdev, mgr, hcon); in a2mp_getampassoc_rsp()
470 struct hci_conn *hcon; in a2mp_createphyslink_req() local
516 hcon = phylink_add(hdev, mgr, req->local_id, false); in a2mp_createphyslink_req()
517 if (hcon) { in a2mp_createphyslink_req()
518 amp_accept_phylink(hdev, mgr, hcon); in a2mp_createphyslink_req()
549 struct hci_conn *hcon; in a2mp_discphyslink_req() local
566 hcon = hci_conn_hash_lookup_ba(hdev, AMP_LINK, in a2mp_discphyslink_req()
567 &mgr->l2cap_conn->hcon->dst); in a2mp_discphyslink_req()
568 if (!hcon) { in a2mp_discphyslink_req()
856 conn->hcon->amp_mgr = mgr; in amp_mgr_create()
876 if (conn->hcon->type != ACL_LINK) in a2mp_channel_create()
1017 struct amp_mgr *mgr = conn->hcon->amp_mgr; in a2mp_discover_amp()