Lines Matching defs:l2cap_conn
632 struct l2cap_conn { struct
633 struct hci_conn *hcon;
634 struct hci_chan *hchan;
636 unsigned int mtu;
638 __u32 feat_mask;
639 __u8 remote_fixed_chan;
640 __u8 local_fixed_chan;
642 __u8 info_state;
643 __u8 info_ident;
645 struct delayed_work info_timer;
669 int (*probe) (struct l2cap_conn *conn, struct l2cap_user *user); argument