Home
last modified time | relevance | path

Searched defs:l2cap_conn (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/net/bluetooth/
Dl2cap.h628 struct l2cap_conn { struct
629 struct hci_conn *hcon;
630 struct hci_chan *hchan;
632 unsigned int mtu;
634 __u32 feat_mask;
635 __u8 remote_fixed_chan;
636 __u8 local_fixed_chan;
638 __u8 info_state;
639 __u8 info_ident;
641 struct delayed_work info_timer;
[all …]
/Linux-v5.4/net/bluetooth/
Da2mp.h22 struct l2cap_conn *l2cap_conn; member