Searched defs:hci_chan (Results 1 – 1 of 1) sorted by relevance
665 struct hci_chan { struct666 struct list_head list;667 __u16 handle;668 struct hci_conn *conn;669 struct sk_buff_head data_q;670 unsigned int sent;671 __u8 state;672 bool amp;