Lines Matching refs:hcon
418 struct hci_conn *hcon; in a2mp_getampassoc_rsp() local
456 hcon = phylink_add(hdev, mgr, rsp->id, true); in a2mp_getampassoc_rsp()
457 if (!hcon) in a2mp_getampassoc_rsp()
460 BT_DBG("Created hcon %p: loc:%u -> rem:%u", hcon, hdev->id, rsp->id); in a2mp_getampassoc_rsp()
464 amp_create_phylink(hdev, mgr, hcon); in a2mp_getampassoc_rsp()
478 struct hci_conn *hcon; in a2mp_createphyslink_req() local
527 hcon = phylink_add(hdev, mgr, req->local_id, false); in a2mp_createphyslink_req()
528 if (hcon) { in a2mp_createphyslink_req()
529 amp_accept_phylink(hdev, mgr, hcon); in a2mp_createphyslink_req()
560 struct hci_conn *hcon; in a2mp_discphyslink_req() local
579 hcon = hci_conn_hash_lookup_ba(hdev, AMP_LINK, in a2mp_discphyslink_req()
580 &mgr->l2cap_conn->hcon->dst); in a2mp_discphyslink_req()
581 if (!hcon) { in a2mp_discphyslink_req()
871 conn->hcon->amp_mgr = mgr; in amp_mgr_create()
891 if (conn->hcon->type != ACL_LINK) in a2mp_channel_create()
1036 struct amp_mgr *mgr = conn->hcon->amp_mgr; in a2mp_discover_amp()