Searched defs:hci_chan (Results 1 – 1 of 1) sorted by relevance
790 struct hci_chan { struct791 struct list_head list;792 __u16 handle;793 struct hci_conn *conn;794 struct sk_buff_head data_q;795 unsigned int sent;796 __u8 state;797 bool amp;