Searched defs:l2cap_chan (Results 1 – 1 of 1) sorted by relevance
487 struct l2cap_chan { struct488 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 …]