Searched defs:l2cap_chan (Results 1 – 1 of 1) sorted by relevance
497 struct l2cap_chan { struct498 struct l2cap_conn *conn;499 struct hci_conn *hs_hcon;500 struct hci_chan *hs_hchan;501 struct kref kref;502 atomic_t nesting;504 __u8 state;506 bdaddr_t dst;507 __u8 dst_type;508 bdaddr_t src;[all …]