Searched refs:BTA_JV_MAX_SDP_REC (Results 1 – 3 of 3) sorted by relevance
439 UINT32 sdp_handle[BTA_JV_MAX_SDP_REC]; /* SDP records created */
594 for (j = 0; j < BTA_JV_MAX_SDP_REC; j++) in bta_jv_alloc_sdp_id()618 if(sdp_id > 0 && sdp_id <= BTA_JV_MAX_SDP_REC) in bta_jv_free_sdp_id()637 if(sdp_id > 0 && sdp_id <= BTA_JV_MAX_SDP_REC) in bta_jv_get_sdp_handle()742 for(i=0; i<BTA_JV_MAX_SDP_REC; i++) in bta_jv_disable()
47 #define BTA_JV_MAX_SDP_REC SDP_MAX_RECORDS macro