Home
last modified time | relevance | path

Searched refs:len_to_copy (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_utils.c984 size_t len_to_copy; in sdpu_build_partial_attrib_entry() local
996 len_to_copy = ((attr_len - *offset) < len) ? (attr_len - *offset) : len; in sdpu_build_partial_attrib_entry()
998 memcpy(p_out, &p_attr_buff[*offset], len_to_copy); in sdpu_build_partial_attrib_entry()
1000 p_out = &p_out[len_to_copy]; in sdpu_build_partial_attrib_entry()
1001 *offset += len_to_copy; in sdpu_build_partial_attrib_entry()