Searched defs:hci_chan (Results 1 – 1 of 1) sorted by relevance
776 struct hci_chan { struct777 struct list_head list;778 __u16 handle;779 struct hci_conn *conn;780 struct sk_buff_head data_q;781 unsigned int sent;782 __u8 state;783 bool amp;