Home | History | Annotate | Download | only in sdp

Lines Matching refs:num_uuid

61 **                  num_uuid    - (input) number of UUID filters applied
72 BOOLEAN SDP_InitDiscoveryDb (tSDP_DISCOVERY_DB *p_db, UINT32 len, UINT16 num_uuid,
80 num_attr > SDP_MAX_ATTR_FILTERS || num_uuid > SDP_MAX_UUID_FILTERS)
82 SDP_TRACE_ERROR("SDP_InitDiscoveryDb Illegal param: p_db 0x%x, len %d, num_uuid %d, num_attr %d",
83 (UINT32)p_db, len, num_uuid, num_attr);
95 for (xx = 0; xx < num_uuid; xx++)
98 p_db->num_uuid_filters = num_uuid;