Home
last modified time | relevance | path

Searched refs:bta_sdp_cb_ptr (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/sdp/include/
Dbta_sdp_int.h96 extern tBTA_SDP_CB *bta_sdp_cb_ptr;
97 #define bta_sdp_cb (*bta_sdp_cb_ptr)
/hal_espressif-latest/components/bt/host/bluedroid/main/
Dbte_init.c225 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()
/hal_espressif-latest/components/bt/host/bluedroid/bta/sdp/
Dbta_sdp.c41 tBTA_SDP_CB *bta_sdp_cb_ptr; variable