Searched refs:upper_callbacks (Results 1 - 3 of 3) sorted by relevance

/system/bt/hci/include/
H A Dhci_hal.h50 // Initialize the HAL, with |upper_callbacks| and |upper_thread| to run in the context of.
51 bool (*init)(const hci_hal_callbacks_t *upper_callbacks, thread_t *upper_thread);
/system/bt/hci/src/
H A Dhci_hal_h4.c50 static bool hal_init(const hci_hal_callbacks_t *upper_callbacks, thread_t *upper_thread) { argument
51 assert(upper_callbacks != NULL);
54 callbacks = upper_callbacks;
H A Dhci_hal_mct.c52 static bool hal_init(const hci_hal_callbacks_t *upper_callbacks, thread_t *upper_thread) { argument
53 assert(upper_callbacks != NULL);
56 callbacks = upper_callbacks;

Completed in 20 milliseconds