Home
last modified time | relevance | path

Searched refs:tSDP_CB (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/include/
Dsdpint.h224 } tSDP_CB; typedef
231 extern tSDP_CB sdp_cb;
233 extern tSDP_CB *sdp_cb_ptr;
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_main.c51 tSDP_CB sdp_cb;
53 tSDP_CB *sdp_cb_ptr;
140 sdp_cb_ptr = (tSDP_CB *)osi_malloc(sizeof(tSDP_CB)); in sdp_init()
143 memset (&sdp_cb, 0, sizeof (tSDP_CB)); in sdp_init()