Home | History | Annotate | Download | only in sdp

Lines Matching refs:num_attr

63 **                  num_attr    - (input) number of attribute filters applied
73 tSDP_UUID *p_uuid_list, UINT16 num_attr, UINT16 *p_attr_list)
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);
100 for (xx = 0; xx < num_attr; xx++)
104 sdpu_sort_attr_list( num_attr, p_db );
106 p_db->num_attr_filters = num_attr;