Searched defs:l2cap_chan (Results 1 – 1 of 1) sorted by relevance
540 struct l2cap_chan { struct541 struct l2cap_conn *conn;542 struct hci_conn *hs_hcon;543 struct hci_chan *hs_hchan;544 struct kref kref;545 atomic_t nesting;547 __u8 state;549 bdaddr_t dst;550 __u8 dst_type;551 bdaddr_t src;[all …]