Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/bluetooth/
Dl2cap.h614 struct l2cap_conn { struct
615 struct hci_conn *hcon;
616 struct hci_chan *hchan;
618 unsigned int mtu;
620 __u32 feat_mask;
621 __u8 remote_fixed_chan;
622 __u8 local_fixed_chan;
624 __u8 info_state;
625 __u8 info_ident;
627 struct delayed_work info_timer;
[all …]
/linux-4.1.27/net/bluetooth/
Da2mp.h29 struct l2cap_conn *l2cap_conn; member