Home
last modified time | relevance | path

Searched refs:tBTA_SDP_CB (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/sdp/include/
Dbta_sdp_int.h89 } tBTA_SDP_CB; typedef
94 extern tBTA_SDP_CB bta_sdp_cb;
96 extern tBTA_SDP_CB *bta_sdp_cb_ptr;
/hal_espressif-latest/components/bt/host/bluedroid/bta/sdp/
Dbta_sdp.c39 tBTA_SDP_CB bta_sdp_cb;
41 tBTA_SDP_CB *bta_sdp_cb_ptr;
Dbta_sdp_api.c76 memset(&bta_sdp_cb, 0, sizeof(tBTA_SDP_CB)); in BTA_SdpEnable()
/hal_espressif-latest/components/bt/host/bluedroid/main/
Dbte_init.c437 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()