sdpu_build_partial_attrib_entry() function
* Function sdpu_build_partial_attrib_entry * Description This function fills a buffer with partial attribute. It is * assumed that the maximum size of any attribute is 256 bytes. * p_out: output buffer * p_attr: attribute to be copied partially into p_out * rem_len: num bytes to copy into p_out * offset: current start offset within the attr that needs to be copied * Returns Pointer to next byte in the output buffer. * offset is also updated
![]()
UINT8 *sdpu_build_partial_attrib_entry (UINT8 *p_out, tSDP_ATTRIBUTE *p_attr, UINT16 len, UINT16 *offset)![]()
extern UINT8 *sdpu_build_partial_attrib_entry (UINT8 *p_out, tSDP_ATTRIBUTE *p_attr, UINT16 len, UINT16 *offset);![]()
p_rsp = sdpu_build_partial_attrib_entry (p_rsp, p_attr, rem_len,![]()
p_rsp = sdpu_build_partial_attrib_entry (p_rsp, p_attr, (UINT16)rem_len,![]()
p_rsp = sdpu_build_partial_attrib_entry (p_rsp, p_attr, rem_len,![]()
p_rsp = sdpu_build_partial_attrib_entry (p_rsp, p_attr, (UINT16)rem_len,
sdpu_build_partial_attrib_entry() is called by 2 functions and calls 6 functions:
![]()
sdpu_build_partial_attrib_entry()
sdpu_build_partial_attrib_entry() reads 3 variables:
![]()
sdpu_build_partial_attrib_entry()