Searched refs:bta_hh_cb_ptr (Results 1 – 3 of 3) sorted by relevance
197 if (bta_hh_cb_ptr){ in BTE_DeinitStack()198 osi_free(bta_hh_cb_ptr); in BTE_DeinitStack()199 bta_hh_cb_ptr = NULL; in BTE_DeinitStack()466 if ((bta_hh_cb_ptr = (tBTA_HH_CB *)osi_malloc(sizeof(tBTA_HH_CB))) == NULL) { in BTE_InitStack()469 memset((void *)bta_hh_cb_ptr, 0, sizeof(tBTA_HH_CB)); in BTE_InitStack()
312 extern tBTA_HH_CB *bta_hh_cb_ptr;313 #define bta_hh_cb (*bta_hh_cb_ptr)
250 tBTA_HH_CB *bta_hh_cb_ptr; variable