Searched defs:l2cap_chan (Results 1 – 1 of 1) sorted by relevance
483 struct l2cap_chan { struct484 struct l2cap_conn *conn;485 struct hci_conn *hs_hcon;486 struct hci_chan *hs_hchan;487 struct kref kref;488 atomic_t nesting;490 __u8 state;492 bdaddr_t dst;493 __u8 dst_type;494 bdaddr_t src;[all …]