Home | History | Annotate | Download | only in sdp

Lines Matching refs:num_uuid

60 **                  num_uuid    - (input) number of UUID filters applied
71 BOOLEAN SDP_InitDiscoveryDb (tSDP_DISCOVERY_DB *p_db, UINT32 len, UINT16 num_uuid,
79 num_attr > SDP_MAX_ATTR_FILTERS || num_uuid > SDP_MAX_UUID_FILTERS)
81 SDP_TRACE_ERROR4("SDP_InitDiscoveryDb Illegal param: p_db 0x%x, len %d, num_uuid %d, num_attr %d",
82 (UINT32)p_db, len, num_uuid, num_attr);
94 for (xx = 0; xx < num_uuid; xx++)
97 p_db->num_uuid_filters = num_uuid;