Searched refs:hs_hcon (Results 1 - 3 of 3) sorted by relevance

/net/bluetooth/
H A Damp.c378 void amp_physical_cfm(struct hci_conn *bredr_hcon, struct hci_conn *hs_hcon) argument
381 struct amp_mgr *mgr = hs_hcon->amp_mgr;
384 BT_DBG("bredr_hcon %p hs_hcon %p mgr %p", bredr_hcon, hs_hcon, mgr);
394 bredr_chan->remote_amp_id = hs_hcon->remote_id;
395 bredr_chan->local_amp_id = hs_hcon->hdev->id;
396 bredr_chan->hs_hcon = hs_hcon;
397 bredr_chan->conn->mtu = hs_hcon->hdev->block_mtu;
408 struct hci_conn *hs_hcon local
[all...]
H A Da2mp.c962 struct hci_conn *hs_hcon; local
968 hs_hcon = hci_conn_hash_lookup_state(hdev, AMP_LINK, BT_CONNECT);
969 if (!hs_hcon) {
972 rsp.remote_id = hs_hcon->remote_id;
976 BT_DBG("%s mgr %p hs_hcon %p status %u", hdev->name, mgr, hs_hcon,
H A Dl2cap_core.c773 if (chan->hs_hcon && !__chan_is_moving(chan)) {
2394 if (!chan->hs_hcon)
3096 if (chan->local_amp_id && chan->hs_hcon) {
3097 u64 ertm_to = chan->hs_hcon->hdev->amp_be_flush_to;
3614 if (chan->hs_hcon)
4061 if (!chan->hs_hcon)
4115 if (!chan->hs_hcon) {
4434 struct hci_conn *hs_hcon; local
4436 hs_hcon = hci_conn_hash_lookup_ba(hdev, AMP_LINK, conn->dst);
4437 if (!hs_hcon) {
[all...]

Completed in 62 milliseconds