Searched refs:build_msg_block_for_send (Results 1 – 2 of 2) sorted by relevance
/Zephyr-Core-3.6.0/tests/net/lib/lwm2m/block_transfer/src/ |
D | main.c | 14 int build_msg_block_for_send(struct lwm2m_message *msg, uint16_t block_num); 273 ret = build_msg_block_for_send(msg, 1); in ZTEST_F() 288 ret = build_msg_block_for_send(msg, 2); in ZTEST_F() 349 ret = build_msg_block_for_send(msg, 1); in ZTEST_F() 364 ret = build_msg_block_for_send(msg, 2); in ZTEST_F() 377 ret = build_msg_block_for_send(msg, 3); in ZTEST_F()
|
/Zephyr-Core-3.6.0/subsys/net/lib/lwm2m/ |
D | lwm2m_message_handling.c | 106 STATIC int build_msg_block_for_send(struct lwm2m_message *msg, uint16_t block_num); 280 STATIC int build_msg_block_for_send(struct lwm2m_message *msg, uint16_t block_num) in build_msg_block_for_send() function 430 ret = build_msg_block_for_send(msg, 0); in prepare_msg_for_send() 2657 r = build_msg_block_for_send(msg, block); in handle_ongoing_block2_tx() 2764 r = build_msg_block_for_send(msg, block_num + 1); in lwm2m_udp_receive()
|