Home
last modified time | relevance | path

Searched refs:downstream_data_ready (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/hci/
Dhci_layer.c61 struct osi_event *downstream_data_ready; member
115 …osi_event_bind(hci_host_env.downstream_data_ready, hci_host_thread, HCI_DOWNSTREAM_DATA_QUEUE_IDX); in hci_start_up()
143 if (hci_host_env.downstream_data_ready == NULL) { in hci_downstream_data_post()
147 return osi_thread_post_event(hci_host_env.downstream_data_ready, timeout); in hci_downstream_data_post()
168 hci_host_env.downstream_data_ready = event; in hci_layer_init_env()
203 osi_event_delete(hci_host_env.downstream_data_ready); in hci_layer_deinit_env()
204 hci_host_env.downstream_data_ready = NULL; in hci_layer_deinit_env()