Lines Matching refs:attr_len
328 UINT16 attr_len; in process_service_attr_req() local
415 attr_len = sdpu_get_attrib_entry_len(p_attr); in process_service_attr_req()
423 if (p_ccb->cont_info.attr_offset != attr_len) in process_service_attr_req()
428 else if (rem_len < attr_len) /* Not enough space for attr... so add partially */ in process_service_attr_req()
430 if (attr_len >= SDP_MAX_ATTR_LEN) in process_service_attr_req()
432 … SDP_TRACE_ERROR("SDP attr too big: max_list_len=%d,attr_len=%d", max_list_len, attr_len); in process_service_attr_req()
559 UINT16 seq_len, attr_len; in process_service_search_attr_req() local
660 attr_len = sdpu_get_attrib_entry_len(p_attr); in process_service_search_attr_req()
668 if (p_ccb->cont_info.attr_offset != attr_len) in process_service_search_attr_req()
676 else if (rem_len < attr_len) /* Not enough space for attr... so add partially */ in process_service_search_attr_req()
678 if (attr_len >= SDP_MAX_ATTR_LEN) in process_service_search_attr_req()
680 … SDP_TRACE_ERROR("SDP attr too big: max_list_len=%d,attr_len=%d", max_list_len, attr_len); in process_service_search_attr_req()