Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_main.c37 tBTM_CB *btm_cb_ptr; variable
61 btm_cb_ptr = (tBTM_CB *)osi_malloc(sizeof(tBTM_CB)); in btm_init()
117 FREE_AND_RESET(btm_cb_ptr); in btm_free()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h990 extern tBTM_CB *btm_cb_ptr;
991 #define btm_cb (*btm_cb_ptr)