Searched refs:BTA_DM_SDP_DB_SIZE (Results 1 – 3 of 3) sorted by relevance
782 #ifndef BTA_DM_SDP_DB_SIZE783 #define BTA_DM_SDP_DB_SIZE 250 macro
1450 if((bta_dm_search_cb.p_sdp_db = (tSDP_DISCOVERY_DB *)GKI_getbuf(BTA_DM_SDP_DB_SIZE)) != NULL) in bta_dm_di_disc()2178 … if((bta_dm_search_cb.p_sdp_db = (tSDP_DISCOVERY_DB *)GKI_getbuf(BTA_DM_SDP_DB_SIZE)) != NULL) in bta_dm_find_services()2248 … SDP_InitDiscoveryDb (bta_dm_search_cb.p_sdp_db, BTA_DM_SDP_DB_SIZE, 1, &uuid, 0, NULL); in bta_dm_find_services()
390 #ifndef BTA_DM_SDP_DB_SIZE391 #define BTA_DM_SDP_DB_SIZE 8000 macro