Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/bt/host/bluedroid/hci/
Dhci_hal_h4.c102 static bool hal_open(const hci_hal_callbacks_t *upper_callbacks, void *task_thread) in hal_open() argument
105 assert(task_thread != NULL); in hal_open()
114 hci_h4_thread = (osi_thread_t *)task_thread; in hal_open()
/hal_espressif-3.4.0/components/bt/host/bluedroid/hci/include/hci/
Dhci_hal.h54 bool (*open)(const hci_hal_callbacks_t *upper_callbacks, void *task_thread);