Home
last modified time | relevance | path

Searched refs:hs_hchan (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/bluetooth/
H A Dl2cap_core.c677 if (chan->hs_hchan) { in l2cap_chan_del()
678 struct hci_chan *hs_hchan = chan->hs_hchan; in l2cap_chan_del() local
680 BT_DBG("chan %p disconnect hs_hchan %p", chan, hs_hchan); in l2cap_chan_del()
681 amp_disconnect_logical_link(hs_hchan); in l2cap_chan_del()
1000 if (chan->hs_hchan) in l2cap_do_send()
1001 hci_send_acl(chan->hs_hchan, skb, ACL_COMPLETE); in l2cap_do_send()
4995 chan->hs_hchan = NULL; in __release_logical_link()
5037 chan->hs_hchan in l2cap_logical_finish_create()
[all...]
/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dl2cap.h542 struct hci_chan *hs_hchan; member

Completed in 10 milliseconds