Lines Matching defs:l2cap_conn
674 struct l2cap_conn { struct
675 struct hci_conn *hcon;
676 struct hci_chan *hchan;
678 unsigned int mtu;
680 __u32 feat_mask;
681 __u8 remote_fixed_chan;
682 __u8 local_fixed_chan;
684 __u8 info_state;
685 __u8 info_ident;
687 struct delayed_work info_timer;
711 int (*probe) (struct l2cap_conn *conn, struct l2cap_user *user); argument