Searched defs:hci_chan (Results 1 – 1 of 1) sorted by relevance
708 struct hci_chan { struct709 struct list_head list;710 __u16 handle;711 struct hci_conn *conn;712 struct sk_buff_head data_q;713 unsigned int sent;714 __u8 state;715 bool amp;