Lines Matching refs:hcon
416 struct hci_conn *hcon; in a2mp_getampassoc_rsp() local
454 hcon = phylink_add(hdev, mgr, rsp->id, true); in a2mp_getampassoc_rsp()
455 if (!hcon) in a2mp_getampassoc_rsp()
458 BT_DBG("Created hcon %p: loc:%d -> rem:%d", hcon, hdev->id, rsp->id); in a2mp_getampassoc_rsp()
462 amp_create_phylink(hdev, mgr, hcon); in a2mp_getampassoc_rsp()
477 struct hci_conn *hcon; in a2mp_createphyslink_req() local
523 hcon = phylink_add(hdev, mgr, req->local_id, false); in a2mp_createphyslink_req()
524 if (hcon) { in a2mp_createphyslink_req()
525 amp_accept_phylink(hdev, mgr, hcon); in a2mp_createphyslink_req()
556 struct hci_conn *hcon; in a2mp_discphyslink_req() local
573 hcon = hci_conn_hash_lookup_ba(hdev, AMP_LINK, in a2mp_discphyslink_req()
574 &mgr->l2cap_conn->hcon->dst); in a2mp_discphyslink_req()
575 if (!hcon) { in a2mp_discphyslink_req()
863 conn->hcon->amp_mgr = mgr; in amp_mgr_create()
883 if (conn->hcon->type != ACL_LINK) in a2mp_channel_create()
1024 struct amp_mgr *mgr = conn->hcon->amp_mgr; in a2mp_discover_amp()