Searched defs:hci_chan (Results 1 – 1 of 1) sorted by relevance
525 struct hci_chan { struct526 struct list_head list;527 __u16 handle;528 struct hci_conn *conn;529 struct sk_buff_head data_q;530 unsigned int sent;531 __u8 state;532 bool amp;