Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/bluetooth/
Dl2cap.h672 struct l2cap_conn { struct
673 struct hci_conn *hcon;
674 struct hci_chan *hchan;
676 unsigned int mtu;
678 __u32 feat_mask;
679 __u8 remote_fixed_chan;
680 __u8 local_fixed_chan;
682 __u8 info_state;
683 __u8 info_ident;
685 struct delayed_work info_timer;
[all …]
/kernel/linux/linux-5.10/net/bluetooth/
Da2mp.h22 struct l2cap_conn *l2cap_conn; member