Searched refs:task_thread (Results 1 – 2 of 2) sorted by relevance
58 bool (*open)(const hci_hal_callbacks_t *upper_callbacks, void *task_thread);
101 static bool hci_hal_env_init(const hci_hal_callbacks_t *upper_callbacks, osi_thread_t *task_thread) in hci_hal_env_init() argument104 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() argument169 hci_hal_env_init(upper_callbacks, (osi_thread_t *)task_thread); in hal_open()