Searched refs:complete_payload_len (Results 1 – 1 of 1) sorted by relevance
289 uint16_t complete_payload_len; in build_msg_block_for_send() local291 coap_packet_get_payload(&msg->body_encode_buffer, &complete_payload_len); in build_msg_block_for_send()298 if (block_num * block_size_bytes >= complete_payload_len) { in build_msg_block_for_send()358 complete_payload_len); in build_msg_block_for_send()382 payload_size = MIN(complete_payload_len - block_num * block_size_bytes, block_size_bytes); in build_msg_block_for_send()