Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/lib/coap/src/
Dmain.c498 int block_size = coap_block_size_to_bytes(COAP_BLOCK_32); in prepare_block1_request()
504 coap_block_transfer_init(req_ctx, COAP_BLOCK_32, in prepare_block1_request()
549 coap_block_transfer_init(rsp_ctx, COAP_BLOCK_32, in prepare_block1_response()
573 int block_size = coap_block_size_to_bytes(COAP_BLOCK_32); in verify_block1_request()
576 zassert_equal(req_ctx->block_size, COAP_BLOCK_32, in verify_block1_request()
597 zassert_equal(rsp_ctx->block_size, COAP_BLOCK_32, in verify_block1_response()
600 coap_block_size_to_bytes(COAP_BLOCK_32) * (iter - 1U), in verify_block1_response()
/Zephyr-latest/samples/net/sockets/coap_server/src/
Dlarge.c201 coap_block_transfer_init(&ctx, COAP_BLOCK_32, 0); in large_create_post()
/Zephyr-latest/subsys/mgmt/updatehub/
DKconfig105 1 - COAP_BLOCK_32
/Zephyr-latest/include/zephyr/net/
Dcoap.h743 COAP_BLOCK_32, /**< 32-byte block size */ enumerator
/Zephyr-latest/subsys/net/lib/coap/
Dcoap_link_format.c200 return COAP_BLOCK_32; in default_block_size()
Dcoap_client.c181 return COAP_BLOCK_32; in coap_client_default_block_size()