Searched refs:s_hci_driver_uart_env (Results 1 – 1 of 1) sorted by relevance
37 static hci_driver_uart_env_t s_hci_driver_uart_env; variable51 xSemaphoreGive(s_hci_driver_uart_env.tx_sem); in hci_driver_uart_tx()61 forward_cb = s_hci_driver_uart_env.forward_cb; in hci_driver_uart_h4_frame_cb()77 port = s_hci_driver_uart_env.hci_uart_params->hci_uart_port; in hci_driver_uart_tx_task()79 xSemaphoreTake(s_hci_driver_uart_env.tx_sem, portMAX_DELAY); in hci_driver_uart_tx_task()101 port = s_hci_driver_uart_env.hci_uart_params->hci_uart_port; in hci_driver_uart_rx_task()103 xQueueReceive(s_hci_driver_uart_env.rx_event_queue, &uart_event, portMAX_DELAY); in hci_driver_uart_rx_task()104 data = s_hci_driver_uart_env.rx_data; in hci_driver_uart_rx_task()112 ret = hci_h4_sm_rx(s_hci_driver_uart_env.h4_sm, data, read_len); in hci_driver_uart_rx_task()126 ESP_TASK_BT_CONTROLLER_PRIO, &s_hci_driver_uart_env.tx_task_handler, in hci_driver_uart_task_create()[all …]