Lines Matching refs:hcon
401 struct hci_conn *hcon; in a2mp_getampassoc_rsp() local
439 hcon = phylink_add(hdev, mgr, rsp->id, true); in a2mp_getampassoc_rsp()
440 if (!hcon) in a2mp_getampassoc_rsp()
443 BT_DBG("Created hcon %p: loc:%d -> rem:%d", hcon, hdev->id, rsp->id); in a2mp_getampassoc_rsp()
447 amp_create_phylink(hdev, mgr, hcon); in a2mp_getampassoc_rsp()
462 struct hci_conn *hcon; in a2mp_createphyslink_req() local
508 hcon = phylink_add(hdev, mgr, req->local_id, false); in a2mp_createphyslink_req()
509 if (hcon) { in a2mp_createphyslink_req()
510 amp_accept_phylink(hdev, mgr, hcon); in a2mp_createphyslink_req()
541 struct hci_conn *hcon; in a2mp_discphyslink_req() local
558 hcon = hci_conn_hash_lookup_ba(hdev, AMP_LINK, in a2mp_discphyslink_req()
559 &mgr->l2cap_conn->hcon->dst); in a2mp_discphyslink_req()
560 if (!hcon) { in a2mp_discphyslink_req()
848 conn->hcon->amp_mgr = mgr; in amp_mgr_create()
868 if (conn->hcon->type != ACL_LINK) in a2mp_channel_create()
1009 struct amp_mgr *mgr = conn->hcon->amp_mgr; in a2mp_discover_amp()