Searched defs:l2cap_conn (Results 1 – 2 of 2) sorted by relevance
673 struct l2cap_conn { struct674 struct hci_conn *hcon;675 struct hci_chan *hchan;677 unsigned int mtu;679 __u32 feat_mask;680 __u8 remote_fixed_chan;681 __u8 local_fixed_chan;683 __u8 info_state;684 __u8 info_ident;686 struct delayed_work info_timer;[all …]
22 struct l2cap_conn *l2cap_conn; member