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