Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_target.h593 #ifndef BTA_DM_SDP_DB_SIZE
594 #define BTA_DM_SDP_DB_SIZE 8000 macro
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/include/
Dbta_dm_int.h1496 #ifndef BTA_DM_SDP_DB_SIZE
1497 #define BTA_DM_SDP_DB_SIZE 250 macro
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c1829 if ((bta_dm_search_cb.p_sdp_db = (tSDP_DISCOVERY_DB *)osi_malloc(BTA_DM_SDP_DB_SIZE)) != NULL) { in bta_dm_di_disc()
2452 … if ((bta_dm_search_cb.p_sdp_db = (tSDP_DISCOVERY_DB *)osi_malloc(BTA_DM_SDP_DB_SIZE)) != NULL) { in bta_dm_find_services()
2504 … SDP_InitDiscoveryDb (bta_dm_search_cb.p_sdp_db, BTA_DM_SDP_DB_SIZE, 1, &uuid, 0, NULL); in bta_dm_find_services()