Searched defs:hci_chan (Results 1 – 1 of 1) sorted by relevance
678 struct hci_chan { struct679 struct list_head list;680 __u16 handle;681 struct hci_conn *conn;682 struct sk_buff_head data_q;683 unsigned int sent;684 __u8 state;685 bool amp;