Searched defs:l2cap_conn (Results 1 – 1 of 1) sorted by relevance
635 struct l2cap_conn { struct636 struct hci_conn *hcon;637 struct hci_chan *hchan;639 unsigned int mtu;641 __u32 feat_mask;642 __u8 remote_fixed_chan;643 __u8 local_fixed_chan;645 __u8 info_state;646 __u8 info_ident;648 struct delayed_work info_timer;[all …]