Searched defs:hci_chan (Results 1 – 1 of 1) sorted by relevance
796 struct hci_chan { struct797 struct list_head list;798 __u16 handle;799 struct hci_conn *conn;800 struct sk_buff_head data_q;801 unsigned int sent;802 __u8 state;803 bool amp;