Home
last modified time | relevance | path

Searched defs:l2cap_conn (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/net/bluetooth/
Dl2cap.h624 struct l2cap_conn { struct
625 struct hci_conn *hcon;
626 struct hci_chan *hchan;
628 unsigned int mtu;
630 __u32 feat_mask;
631 __u8 remote_fixed_chan;
632 __u8 local_fixed_chan;
634 __u8 info_state;
635 __u8 info_ident;
637 struct delayed_work info_timer;
[all …]
/Linux-v4.19/net/bluetooth/
Da2mp.h29 struct l2cap_conn *l2cap_conn; member