Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/include/
Dsdpint.h186 UINT32 handles[SDP_MAX_DISC_SERVER_RECS]; /* Discovered server record handles */
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_target.h1541 #ifndef SDP_MAX_DISC_SERVER_RECS
1542 #define SDP_MAX_DISC_SERVER_RECS 21 macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_main.c163 sdp_cb.max_recs_per_search = SDP_MAX_DISC_SERVER_RECS; in sdp_init()