Home
last modified time | relevance | path

Searched refs:timedout (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_blob.c427 ASSERT_FALSE(srv1->timedout); in test_cli_caps_all_rsp()
429 ASSERT_FALSE(srv2->timedout); in test_cli_caps_all_rsp()
442 ASSERT_FALSE(srv1->timedout); in test_cli_caps_partial_rsp()
444 ASSERT_TRUE(srv2->timedout); in test_cli_caps_partial_rsp()
457 ASSERT_TRUE(srv1->timedout); in test_cli_caps_no_rsp()
459 ASSERT_TRUE(srv2->timedout); in test_cli_caps_no_rsp()
501 ASSERT_FALSE(srv1->timedout); in test_cli_caps_cancelled()
503 ASSERT_FALSE(srv2->timedout); in test_cli_caps_cancelled()
521 ASSERT_FALSE(srv1->timedout); in test_cli_caps_cancelled()
523 ASSERT_TRUE(srv2->timedout); in test_cli_caps_cancelled()
[all …]
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dblob_cli.h66 timedout:1, /* Target node didn't respond after specified timeout. */ member
/Zephyr-latest/subsys/bluetooth/mesh/
Dblob_cli.c159 if (!!target->timedout) { in targets_timedout()
206 if (target->procedure_complete || target->timedout) { in update_missing_chunks()
360 (*current)->status != BT_MESH_BLOB_SUCCESS || (*current)->timedout || in next_target()
450 if (!target->acked && !target->timedout && !target->procedure_complete && in drop_remaining_targets()
452 target->timedout = 1U; in drop_remaining_targets()
1593 if (!!target->timedout) { in bt_mesh_blob_cli_resume()
1595 target->timedout = 0U; in bt_mesh_blob_cli_resume()
Ddfu_cli.c1079 if (!!target->blob.timedout) { in bt_mesh_dfu_cli_resume()