Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/lib/lwm2m/block_transfer/src/
Dmain.c274 ret = build_msg_block_for_send(msg, 1, COAP_BLOCK_64); in ZTEST_F()
289 ret = build_msg_block_for_send(msg, 2, COAP_BLOCK_64); in ZTEST_F()
350 ret = build_msg_block_for_send(msg, 1, COAP_BLOCK_64); in ZTEST_F()
365 ret = build_msg_block_for_send(msg, 2, COAP_BLOCK_64); in ZTEST_F()
378 ret = build_msg_block_for_send(msg, 3, COAP_BLOCK_64); in ZTEST_F()
/Zephyr-latest/samples/net/sockets/coap_server/src/
Dlarge.c34 coap_block_transfer_init(&ctx, COAP_BLOCK_64, BLOCK_WISE_TRANSFER_SIZE_GET); in large_get()
121 coap_block_transfer_init(&ctx, COAP_BLOCK_64, 0); in large_update_put()
/Zephyr-latest/tests/net/lib/coap/src/
Dmain.c643 coap_block_transfer_init(req_ctx, COAP_BLOCK_64, in prepare_block2_request()
671 int block_size = coap_block_size_to_bytes(COAP_BLOCK_64); in prepare_block2_response()
676 coap_block_transfer_init(rsp_ctx, COAP_BLOCK_64, in prepare_block2_response()
715 zassert_equal(req_ctx->block_size, COAP_BLOCK_64, in verify_block2_request()
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()
730 zassert_equal(rsp_ctx->block_size, COAP_BLOCK_64, in verify_block2_response()
/Zephyr-latest/subsys/net/lib/coap/
Dcoap_link_format.c202 return COAP_BLOCK_64; in default_block_size()
213 return COAP_BLOCK_64; in default_block_size()
Dcoap_client.c183 return COAP_BLOCK_64; in coap_client_default_block_size()
/Zephyr-latest/subsys/mgmt/updatehub/
DKconfig106 2 - COAP_BLOCK_64
/Zephyr-latest/include/zephyr/net/
Dcoap.h744 COAP_BLOCK_64, /**< 64-byte block size */ enumerator
/Zephyr-latest/samples/net/sockets/coap_client/src/
Dcoap-client.c320 coap_block_transfer_init(&blk_ctx, COAP_BLOCK_64, in send_large_coap_request()