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

/system/bt/include/
H A Dbt_target.h160 #ifndef BTA_DM_SDP_DB_SIZE
161 #define BTA_DM_SDP_DB_SIZE 8000 macro
/system/bt/bta/dm/
H A Dbta_dm_int.h908 #ifndef BTA_DM_SDP_DB_SIZE
909 #define BTA_DM_SDP_DB_SIZE 250 macro
H A Dbta_dm_act.c1395 if((bta_dm_search_cb.p_sdp_db = (tSDP_DISCOVERY_DB *)GKI_getbuf(BTA_DM_SDP_DB_SIZE)) != NULL)
2113 if((bta_dm_search_cb.p_sdp_db = (tSDP_DISCOVERY_DB *)GKI_getbuf(BTA_DM_SDP_DB_SIZE)) != NULL)
2174 SDP_InitDiscoveryDb (bta_dm_search_cb.p_sdp_db, BTA_DM_SDP_DB_SIZE, 1, &uuid, 0, NULL);

Completed in 16 milliseconds