Home
last modified time | relevance | path

Searched defs:h5_data (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.7.0/drivers/bluetooth/hci/
Dh5.c84 struct h5_data { struct
86 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 …]