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