Home
last modified time | relevance | path

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

/system/bt/hci/src/
Dhci_hal_h4.c59 static bool hal_init(const hci_hal_callbacks_t *upper_callbacks, thread_t *upper_thread) { in hal_init() argument
61 assert(upper_thread != NULL); in hal_init()
64 thread = upper_thread; in hal_init()
Dhci_hal_mct.c53 static bool hal_init(const hci_hal_callbacks_t *upper_callbacks, thread_t *upper_thread) { in hal_init() argument
55 assert(upper_thread != NULL); in hal_init()
58 thread = upper_thread; in hal_init()
/system/bt/hci/include/
Dhci_hal.h51 bool (*init)(const hci_hal_callbacks_t *upper_callbacks, thread_t *upper_thread);