Searched defs:l2cap_conn (Results 1 – 1 of 1) sorted by relevance
626 struct l2cap_conn { struct627 struct hci_conn *hcon;628 struct hci_chan *hchan;630 unsigned int mtu;632 __u32 feat_mask;633 __u8 remote_fixed_chan;634 __u8 local_fixed_chan;636 __u8 info_state;637 __u8 info_ident;639 struct delayed_work info_timer;[all …]