Searched refs:coap_block_size_to_bytes (Results 1 – 8 of 8) sorted by relevance
74 size = MIN(coap_block_size_to_bytes(ctx.block_size), in large_get()138 ctx.current, coap_block_size_to_bytes(ctx.block_size), in large_update_put()
70 coap_block_size_to_bytes( in get_opaque()
288 const uint16_t block_size_bytes = coap_block_size_to_bytes(block_size); in build_msg_block_for_send()2100 if (!last_block && coap_block_size_to_bytes(block_size) > payload_len) { in parse_write_op()2822 coap_block_size_to_bytes(block_size); in lwm2m_udp_receive()
498 int block_size = coap_block_size_to_bytes(COAP_BLOCK_32); in prepare_block1_request()573 int block_size = coap_block_size_to_bytes(COAP_BLOCK_32); in verify_block1_request()600 coap_block_size_to_bytes(COAP_BLOCK_32) * (iter - 1U), in verify_block1_response()671 int block_size = coap_block_size_to_bytes(COAP_BLOCK_64); in prepare_block2_response()718 coap_block_size_to_bytes(COAP_BLOCK_64) * (iter - 1U), in verify_block2_request()727 int block_size = coap_block_size_to_bytes(COAP_BLOCK_64); in verify_block2_response()1161 coap_block_size_to_bytes(COAP_BLOCK_128)); in ZTEST()1315 coap_block_size_to_bytes(COAP_BLOCK_128)); in init_basic_test_msg()
759 static inline uint16_t coap_block_size_to_bytes( in coap_block_size_to_bytes() function
507 remaining = coap_block_size_to_bytes(ctx.block_size); in coap_well_known_core_get_len()
1295 uint16_t bytes = coap_block_size_to_bytes(ctx->block_size); in coap_append_block1_option()1317 uint16_t bytes = coap_block_size_to_bytes(ctx->block_size); in coap_append_block2_option()
319 coap_block_size_to_bytes(internal_req->send_blk_ctx.block_size); in coap_client_init_request()