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