Lines Matching defs:l2cap_conn
641 struct l2cap_conn { struct
642 struct hci_conn *hcon;
643 struct hci_chan *hchan;
645 unsigned int mtu;
647 __u32 feat_mask;
648 __u8 remote_fixed_chan;
649 __u8 local_fixed_chan;
651 __u8 info_state;
652 __u8 info_ident;
654 struct delayed_work info_timer;
678 int (*probe) (struct l2cap_conn *conn, struct l2cap_user *user); argument