Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dblob_cli.h165 BT_MESH_BLOB_CLI_STATE_NONE, enumerator
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_blob.c491 ASSERT_EQUAL(blob_cli.state, BT_MESH_BLOB_CLI_STATE_NONE); in test_cli_caps_cancelled()
943 ASSERT_TRUE(blob_cli.state == BT_MESH_BLOB_CLI_STATE_NONE); in test_cli_trans_complete()
1034 ASSERT_TRUE(blob_cli.state == BT_MESH_BLOB_CLI_STATE_NONE); in test_cli_trans_resume()
1133 ASSERT_TRUE(blob_cli.state == BT_MESH_BLOB_CLI_STATE_NONE); in test_cli_trans_persistency_pull()
1494 ASSERT_TRUE(blob_cli.state == BT_MESH_BLOB_CLI_STATE_NONE); in test_cli_stop()
1625 ASSERT_TRUE(blob_cli.state == BT_MESH_BLOB_CLI_STATE_NONE); in test_cli_friend_pull()
/Zephyr-latest/subsys/bluetooth/mesh/
Dblob_cli.c93 cli->state = BT_MESH_BLOB_CLI_STATE_NONE; in cli_state_reset()
687 if (err || cli->state == BT_MESH_BLOB_CLI_STATE_NONE) { in chunk_tx()
804 cli->state = BT_MESH_BLOB_CLI_STATE_NONE; in caps_collected()
887 if (cli->state == BT_MESH_BLOB_CLI_STATE_NONE) { in block_start()
1048 if (cli->state == BT_MESH_BLOB_CLI_STATE_NONE) { in block_check_end()
1087 cli->state = BT_MESH_BLOB_CLI_STATE_NONE; in progress_checked()
1652 return cli->state != BT_MESH_BLOB_CLI_STATE_NONE; in bt_mesh_blob_cli_is_busy()