Searched defs:l2cap_conn (Results 1 – 1 of 1) sorted by relevance
643 struct l2cap_conn { struct644 struct hci_conn *hcon;645 struct hci_chan *hchan;647 unsigned int mtu;649 __u32 feat_mask;650 __u8 remote_fixed_chan;651 __u8 local_fixed_chan;653 __u8 info_state;654 __u8 info_ident;656 struct delayed_work info_timer;[all …]