Searched defs:h5_data (Results 1 – 1 of 1) sorted by relevance
84 struct h5_data { struct86 const struct device *dev;88 bt_hci_recv_t recv;90 struct net_buf *rx_buf;92 struct k_fifo tx_queue;93 struct k_fifo rx_queue;94 struct k_fifo unack_queue;96 struct k_work_delayable ack_work;97 struct k_work_delayable retx_work;99 uint8_t tx_win;[all …]