Searched refs:hs_hcon (Results 1 – 5 of 5) sorted by relevance
| /linux/net/bluetooth/ |
| A D | amp.c | 505 struct amp_mgr *mgr = hs_hcon->amp_mgr; in amp_physical_cfm() 518 bredr_chan->remote_amp_id = hs_hcon->remote_id; in amp_physical_cfm() 519 bredr_chan->local_amp_id = hs_hcon->hdev->id; in amp_physical_cfm() 520 bredr_chan->hs_hcon = hs_hcon; in amp_physical_cfm() 521 bredr_chan->conn->mtu = hs_hcon->hdev->block_mtu; in amp_physical_cfm() 532 struct hci_conn *hs_hcon = chan->hs_hcon; in amp_create_logical_link() local 536 BT_DBG("chan %p hs_hcon %p dst %pMR", chan, hs_hcon, in amp_create_logical_link() 539 if (!hs_hcon) in amp_create_logical_link() 542 hdev = hci_dev_hold(chan->hs_hcon->hdev); in amp_create_logical_link() 546 cp.phy_handle = hs_hcon->handle; in amp_create_logical_link() [all …]
|
| A D | a2mp.c | 1009 struct hci_conn *hs_hcon; in a2mp_send_create_phy_link_rsp() local 1017 hs_hcon = hci_conn_hash_lookup_state(hdev, AMP_LINK, BT_CONNECT); in a2mp_send_create_phy_link_rsp() 1018 if (!hs_hcon) { in a2mp_send_create_phy_link_rsp() 1021 rsp.remote_id = hs_hcon->remote_id; in a2mp_send_create_phy_link_rsp() 1025 BT_DBG("%s mgr %p hs_hcon %p status %u", hdev->name, mgr, hs_hcon, in a2mp_send_create_phy_link_rsp()
|
| A D | amp.h | 56 void amp_physical_cfm(struct hci_conn *bredr_hcon, struct hci_conn *hs_hcon);
|
| A D | l2cap_core.c | 2497 if (!chan->hs_hcon) in l2cap_segment_sdu() 3987 if (chan->hs_hcon) in __l2cap_connect_rsp_defer() 4458 if (!chan->hs_hcon) in l2cap_config_req() 4512 if (!chan->hs_hcon) { in l2cap_config_rsp() 4832 struct hci_conn *hs_hcon; in l2cap_create_channel_req() local 4836 if (!hs_hcon) { in l2cap_create_channel_req() 4846 chan->hs_hcon = hs_hcon; in l2cap_create_channel_req() 4943 chan->hs_hcon = NULL; in __release_logical_link() 5005 chan->hs_hcon = hchan->conn; in l2cap_logical_finish_move() 7124 if (chan->hs_hcon) in l2cap_finish_move() [all …]
|
| /linux/include/net/bluetooth/ |
| A D | l2cap.h | 542 struct hci_conn *hs_hcon; member
|
Completed in 27 milliseconds