Home
last modified time | relevance | path

Searched refs:BLOCK_WISE_TRANSFER_SIZE_GET (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/samples/net/sockets/coap_server/src/
Dlarge.c14 #define BLOCK_WISE_TRANSFER_SIZE_GET 2048 macro
34 coap_block_transfer_init(&ctx, COAP_BLOCK_64, BLOCK_WISE_TRANSFER_SIZE_GET); in large_get()
/Zephyr-latest/samples/net/sockets/coap_client/src/
Dcoap-client.c39 #define BLOCK_WISE_TRANSFER_SIZE_GET 2048 macro
321 BLOCK_WISE_TRANSFER_SIZE_GET); in send_large_coap_request()
/Zephyr-latest/tests/net/lib/coap/src/
Dmain.c487 #define BLOCK_WISE_TRANSFER_SIZE_GET 150 macro
505 BLOCK_WISE_TRANSFER_SIZE_GET); in prepare_block1_request()
550 BLOCK_WISE_TRANSFER_SIZE_GET); in prepare_block1_response()
574 int iter_max = ITER_COUNT(BLOCK_WISE_TRANSFER_SIZE_GET, block_size); in verify_block1_request()
590 zassert_equal(req_ctx->total_size, BLOCK_WISE_TRANSFER_SIZE_GET, in verify_block1_request()
602 zassert_equal(rsp_ctx->total_size, BLOCK_WISE_TRANSFER_SIZE_GET, in verify_block1_response()