Searched refs:hs_hcon (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/net/bluetooth/ |
D | amp.c | 507 void amp_physical_cfm(struct hci_conn *bredr_hcon, struct hci_conn *hs_hcon) in amp_physical_cfm() argument 510 struct amp_mgr *mgr = hs_hcon->amp_mgr; in amp_physical_cfm() 513 BT_DBG("bredr_hcon %p hs_hcon %p mgr %p", bredr_hcon, hs_hcon, mgr); in amp_physical_cfm() 523 bredr_chan->remote_amp_id = hs_hcon->remote_id; in amp_physical_cfm() 524 bredr_chan->local_amp_id = hs_hcon->hdev->id; in amp_physical_cfm() 525 bredr_chan->hs_hcon = hs_hcon; in amp_physical_cfm() 526 bredr_chan->conn->mtu = hs_hcon->hdev->block_mtu; in amp_physical_cfm() 537 struct hci_conn *hs_hcon = chan->hs_hcon; in amp_create_logical_link() local 541 BT_DBG("chan %p hs_hcon %p dst %pMR", chan, hs_hcon, in amp_create_logical_link() 544 if (!hs_hcon) in amp_create_logical_link() [all …]
|
D | amp.h | 63 void amp_physical_cfm(struct hci_conn *bredr_hcon, struct hci_conn *hs_hcon);
|
D | a2mp.c | 999 struct hci_conn *hs_hcon; in a2mp_send_create_phy_link_rsp() local 1005 hs_hcon = hci_conn_hash_lookup_state(hdev, AMP_LINK, BT_CONNECT); in a2mp_send_create_phy_link_rsp() 1006 if (!hs_hcon) { in a2mp_send_create_phy_link_rsp() 1009 rsp.remote_id = hs_hcon->remote_id; in a2mp_send_create_phy_link_rsp() 1013 BT_DBG("%s mgr %p hs_hcon %p status %u", hdev->name, mgr, hs_hcon, in a2mp_send_create_phy_link_rsp()
|
D | l2cap_core.c | 880 if (chan->hs_hcon && !__chan_is_moving(chan)) { in l2cap_do_send() 2291 if (!chan->hs_hcon) in l2cap_segment_sdu() 3123 if (chan->local_amp_id != AMP_ID_BREDR && chan->hs_hcon) { in __l2cap_set_ertm_timeouts() 3124 u64 ertm_to = chan->hs_hcon->hdev->amp_be_flush_to; in __l2cap_set_ertm_timeouts() 3661 if (chan->hs_hcon) in __l2cap_connect_rsp_defer() 4118 if (!chan->hs_hcon) in l2cap_config_req() 4172 if (!chan->hs_hcon) { in l2cap_config_rsp() 4483 struct hci_conn *hs_hcon; in l2cap_create_channel_req() local 4485 hs_hcon = hci_conn_hash_lookup_ba(hdev, AMP_LINK, in l2cap_create_channel_req() 4487 if (!hs_hcon) { in l2cap_create_channel_req() [all …]
|
/linux-4.4.14/include/net/bluetooth/ |
D | l2cap.h | 489 struct hci_conn *hs_hcon; member
|