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

/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_int.h782 #ifndef BTA_DM_SDP_DB_SIZE
783 #define BTA_DM_SDP_DB_SIZE 250 macro
H A Dbta_dm_act.c1450 if((bta_dm_search_cb.p_sdp_db = (tSDP_DISCOVERY_DB *)GKI_getbuf(BTA_DM_SDP_DB_SIZE)) != NULL)
2178 if((bta_dm_search_cb.p_sdp_db = (tSDP_DISCOVERY_DB *)GKI_getbuf(BTA_DM_SDP_DB_SIZE)) != NULL)
2247 //SDP_InitDiscoveryDb (bta_dm_search_cb.p_sdp_db, BTA_DM_SDP_DB_SIZE, 1, &uuid, num_attrs, attr_list);
2248 SDP_InitDiscoveryDb (bta_dm_search_cb.p_sdp_db, BTA_DM_SDP_DB_SIZE, 1, &uuid, 0, NULL);
/external/bluetooth/bluedroid/include/
H A Dbt_target.h390 #ifndef BTA_DM_SDP_DB_SIZE
391 #define BTA_DM_SDP_DB_SIZE 8000 macro

Completed in 59 milliseconds