Searched refs:hci_rx_data_buffer (Results 1 – 1 of 1) sorted by relevance
70 uint8_t *hci_rx_data_buffer; member141 if (s_hci_driver_uart_dma_env.hci_rx_data_buffer) { in hci_driver_uart_dma_memory_deinit()142 free(s_hci_driver_uart_dma_env.hci_rx_data_buffer); in hci_driver_uart_dma_memory_deinit()143 s_hci_driver_uart_dma_env.hci_rx_data_buffer = NULL; in hci_driver_uart_dma_memory_deinit()181 s_hci_driver_uart_dma_env.hci_rx_data_buffer = malloc(OS_MEMPOOL_SIZE(HCI_RX_DATA_POOL_NUM, in hci_driver_uart_dma_memory_init()183 if (!s_hci_driver_uart_dma_env.hci_rx_data_buffer) { in hci_driver_uart_dma_memory_init()187 memset(s_hci_driver_uart_dma_env.hci_rx_data_buffer, 0, OS_MEMPOOL_SIZE(HCI_RX_DATA_POOL_NUM, in hci_driver_uart_dma_memory_init()190 HCI_RX_DATA_BLOCK_SIZE, s_hci_driver_uart_dma_env.hci_rx_data_buffer, in hci_driver_uart_dma_memory_init()