Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/bluetooth/
Dl2cap.h487 struct l2cap_chan { struct
488 struct l2cap_conn *conn;
489 struct hci_conn *hs_hcon;
490 struct hci_chan *hs_hchan;
491 struct kref kref;
492 atomic_t nesting;
494 __u8 state;
496 bdaddr_t dst;
497 __u8 dst_type;
498 bdaddr_t src;
[all …]