Searched refs:bta_sdp_cb_ptr (Results 1 – 3 of 3) sorted by relevance
96 extern tBTA_SDP_CB *bta_sdp_cb_ptr;97 #define bta_sdp_cb (*bta_sdp_cb_ptr)
225 if (bta_sdp_cb_ptr){ in BTE_DeinitStack()226 osi_free(bta_sdp_cb_ptr); in BTE_DeinitStack()227 bta_sdp_cb_ptr = NULL; in BTE_DeinitStack()437 if ((bta_sdp_cb_ptr = (tBTA_SDP_CB *)osi_malloc(sizeof(tBTA_SDP_CB))) == NULL) { in BTE_InitStack()440 memset((void *)bta_sdp_cb_ptr, 0, sizeof(tBTA_SDP_CB)); in BTE_InitStack()
41 tBTA_SDP_CB *bta_sdp_cb_ptr; variable