Searched refs:BTA_DM_SDP_DB_SIZE (Results 1 – 3 of 3) sorted by relevance
593 #ifndef BTA_DM_SDP_DB_SIZE594 #define BTA_DM_SDP_DB_SIZE 8000 macro
1496 #ifndef BTA_DM_SDP_DB_SIZE1497 #define BTA_DM_SDP_DB_SIZE 250 macro
1829 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()