Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dl2cap.h679 struct l2cap_conn { struct
680 struct hci_conn *hcon;
681 struct hci_chan *hchan;
683 unsigned int mtu;
685 __u32 feat_mask;
686 __u8 remote_fixed_chan;
687 __u8 local_fixed_chan;
689 __u8 info_state;
690 __u8 info_ident;
692 struct delayed_work info_timer;
[all …]
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Da2mp.h22 struct l2cap_conn *l2cap_conn; member