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.h724 #ifndef BTA_DM_SDP_DB_SIZE
725 #define BTA_DM_SDP_DB_SIZE 250 macro
H A Dbta_dm_act.c1331 if((bta_dm_search_cb.p_sdp_db = (tSDP_DISCOVERY_DB *)GKI_getbuf(BTA_DM_SDP_DB_SIZE)) != NULL)
2058 if((bta_dm_search_cb.p_sdp_db = (tSDP_DISCOVERY_DB *)GKI_getbuf(BTA_DM_SDP_DB_SIZE)) != NULL)
2127 //SDP_InitDiscoveryDb (bta_dm_search_cb.p_sdp_db, BTA_DM_SDP_DB_SIZE, 1, &uuid, num_attrs, attr_list);
2128 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.h398 #ifndef BTA_DM_SDP_DB_SIZE
399 #define BTA_DM_SDP_DB_SIZE 8000 macro

Completed in 100 milliseconds