Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/tests/net/lib/coap/src/
Dmain.c485 int block_size = coap_block_size_to_bytes(COAP_BLOCK_32); in prepare_block1_request()
491 coap_block_transfer_init(req_ctx, COAP_BLOCK_32, in prepare_block1_request()
536 coap_block_transfer_init(rsp_ctx, COAP_BLOCK_32, in prepare_block1_response()
560 int block_size = coap_block_size_to_bytes(COAP_BLOCK_32); in verify_block1_request()
563 zassert_equal(req_ctx->block_size, COAP_BLOCK_32, in verify_block1_request()
584 zassert_equal(rsp_ctx->block_size, COAP_BLOCK_32, in verify_block1_response()
587 coap_block_size_to_bytes(COAP_BLOCK_32) * (iter - 1U), in verify_block1_response()
/Zephyr-Core-3.5.0/include/zephyr/net/
Dcoap.h601 COAP_BLOCK_32, /**< 32-byte block size */ enumerator
/Zephyr-Core-3.5.0/subsys/mgmt/updatehub/
DKconfig104 1 - COAP_BLOCK_32
/Zephyr-Core-3.5.0/subsys/net/lib/coap/
Dcoap_link_format.c200 return COAP_BLOCK_32; in default_block_size()
Dcoap_client.c122 return COAP_BLOCK_32; in coap_client_default_block_size()
/Zephyr-Core-3.5.0/samples/net/sockets/coap_server/src/
Dcoap-server.c898 coap_block_transfer_init(&ctx, COAP_BLOCK_32, 0); in large_create_post()
/Zephyr-Core-3.5.0/subsys/net/lib/lwm2m/
Dlwm2m_message_handling.c116 return COAP_BLOCK_32; in lwm2m_default_block_size()