Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/
Dbtu_init.c157 btu_cb_ptr = (tBTU_CB *)osi_malloc(sizeof(tBTU_CB)); in BTU_StartUp()
216 FREE_AND_RESET(btu_cb_ptr); in BTU_ShutDown()
Dbtu_task.c101 tBTU_CB *btu_cb_ptr; variable
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtu.h241 extern tBTU_CB *btu_cb_ptr;
242 #define btu_cb (*btu_cb_ptr)