Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/hci/
Dhci_layer.c78 static osi_thread_t *hci_host_thread; variable
109hci_host_thread = osi_thread_create(HCI_HOST_TASK_NAME, HCI_HOST_TASK_STACK_SIZE, HCI_HOST_TASK_PR… in hci_start_up()
111 if (hci_host_thread == NULL) { in hci_start_up()
115 …osi_event_bind(hci_host_env.downstream_data_ready, hci_host_thread, HCI_DOWNSTREAM_DATA_QUEUE_IDX); in hci_start_up()
118 hal->open(&hal_callbacks, hci_host_thread); in hci_start_up()
137 osi_thread_free(hci_host_thread); in hci_shut_down()
138 hci_host_thread = NULL; in hci_shut_down()