Searched refs:bta_gattc_cb_ptr (Results 1 – 3 of 3) sorted by relevance
185 if (bta_gattc_cb_ptr){ in BTE_DeinitStack()186 osi_free(bta_gattc_cb_ptr); in BTE_DeinitStack()187 bta_gattc_cb_ptr = NULL; in BTE_DeinitStack()481 if ((bta_gattc_cb_ptr = (tBTA_GATTC_CB *)osi_malloc(sizeof(tBTA_GATTC_CB))) == NULL) { in BTE_InitStack()484 memset((void *)bta_gattc_cb_ptr, 0, sizeof(tBTA_GATTC_CB)); in BTE_InitStack()
258 tBTA_GATTC_CB *bta_gattc_cb_ptr; variable533 memset(bta_gattc_cb_ptr, 0, sizeof(tBTA_GATTC_CB)); in bta_gattc_deinit()534 FREE_AND_RESET(bta_gattc_cb_ptr); in bta_gattc_deinit()
444 extern tBTA_GATTC_CB *bta_gattc_cb_ptr;445 #define bta_gattc_cb (*bta_gattc_cb_ptr)