Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/hci/include/hci/
Dhci_hal.h58 bool (*open)(const hci_hal_callbacks_t *upper_callbacks, void *task_thread);
/hal_espressif-latest/components/bt/host/bluedroid/hci/
Dhci_hal_h4.c101 static bool hci_hal_env_init(const hci_hal_callbacks_t *upper_callbacks, osi_thread_t *task_thread) in hci_hal_env_init() argument
104 assert(task_thread != NULL); in hci_hal_env_init()
106 hci_hal_env.hci_h4_thread = task_thread; in hci_hal_env_init()
167 static bool hal_open(const hci_hal_callbacks_t *upper_callbacks, void *task_thread) in hal_open() argument
169 hci_hal_env_init(upper_callbacks, (osi_thread_t *)task_thread); in hal_open()