Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/hci/
Dhci_layer.c77 static hci_host_env_t hci_host_env; variable
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()
157 hci_host_env.command_credits = 1; in hci_layer_init_env()
158 hci_host_env.command_queue = fixed_pkt_queue_new(QUEUE_SIZE_MAX); in hci_layer_init_env()
159 if (hci_host_env.command_queue) { in hci_layer_init_env()
160 fixed_pkt_queue_register_dequeue(hci_host_env.command_queue, event_command_ready); in hci_layer_init_env()
168 hci_host_env.downstream_data_ready = event; in hci_layer_init_env()
170 hci_host_env.packet_queue = fixed_queue_new(QUEUE_SIZE_MAX); in hci_layer_init_env()
[all …]