Home | History | Annotate | Download | only in sdp

Lines Matching refs:num_uuid

56 **                  num_uuid    - (input) number of UUID filters applied
67 BOOLEAN SDP_InitDiscoveryDb (tSDP_DISCOVERY_DB *p_db, UINT32 len, UINT16 num_uuid,
75 num_attr > SDP_MAX_ATTR_FILTERS || num_uuid > SDP_MAX_UUID_FILTERS)
77 SDP_TRACE_ERROR("SDP_InitDiscoveryDb Illegal param: p_db 0x%x, len %d, num_uuid %d, num_attr %d",
78 PTR_TO_UINT(p_db), len, num_uuid, num_attr);
90 for (xx = 0; xx < num_uuid; xx++)
93 p_db->num_uuid_filters = num_uuid;