Searched refs:bta_gatts_cb_ptr (Results 1 – 3 of 3) sorted by relevance
179 if (bta_gatts_cb_ptr){ in BTE_DeinitStack()180 osi_free(bta_gatts_cb_ptr); in BTE_DeinitStack()181 bta_gatts_cb_ptr = NULL; in BTE_DeinitStack()487 if ((bta_gatts_cb_ptr = (tBTA_GATTS_CB *)osi_malloc(sizeof(tBTA_GATTS_CB))) == NULL) { in BTE_InitStack()490 memset((void *)bta_gatts_cb_ptr, 0, sizeof(tBTA_GATTS_CB)); in BTE_InitStack()
51 tBTA_GATTS_CB *bta_gatts_cb_ptr; variable151 FREE_AND_RESET(bta_gatts_cb_ptr); in bta_gatts_deinit()
222 extern tBTA_GATTS_CB *bta_gatts_cb_ptr;223 #define bta_gatts_cb (*bta_gatts_cb_ptr)