Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/
Dtest_blob.c25 static bool is_pull_mode; variable
36 .dest = &is_pull_mode, in test_args_parse()
922 LOG_INF("Running transfer in %s", is_pull_mode ? "Pull mode" : "Push mode"); in test_cli_trans_complete()
926 is_pull_mode ? BT_MESH_BLOB_XFER_MODE_PULL : BT_MESH_BLOB_XFER_MODE_PUSH; in test_cli_trans_complete()
991 LOG_INF("Running transfer in %s", is_pull_mode ? "Pull mode" : "Push mode"); in test_cli_trans_resume()
1001 is_pull_mode ? BT_MESH_BLOB_XFER_MODE_PULL : BT_MESH_BLOB_XFER_MODE_PUSH; in test_cli_trans_resume()
1424 is_pull_mode ? BT_MESH_BLOB_XFER_MODE_PULL : BT_MESH_BLOB_XFER_MODE_PUSH; in cli_stop_setup()