Lines Matching defs:l2cap_conn
618 struct l2cap_conn { struct
619 struct hci_conn *hcon;
620 struct hci_chan *hchan;
622 unsigned int mtu;
624 __u32 feat_mask;
625 __u8 remote_fixed_chan;
626 __u8 local_fixed_chan;
628 __u8 info_state;
629 __u8 info_ident;
631 struct delayed_work info_timer;
655 int (*probe) (struct l2cap_conn *conn, struct l2cap_user *user); argument