Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dblob_cli.h181 BT_MESH_BLOB_CLI_STATE_SUSPENDED, enumerator
/Zephyr-latest/subsys/bluetooth/mesh/
Dblob_cli.c292 cli->state = BT_MESH_BLOB_CLI_STATE_SUSPENDED; in suspend()
1563 if (cli->state == BT_MESH_BLOB_CLI_STATE_SUSPENDED) { in bt_mesh_blob_cli_suspend()
1574 cli->state = BT_MESH_BLOB_CLI_STATE_SUSPENDED; in bt_mesh_blob_cli_suspend()
1586 if (cli->state != BT_MESH_BLOB_CLI_STATE_SUSPENDED) { in bt_mesh_blob_cli_resume()
1618 cli->state == BT_MESH_BLOB_CLI_STATE_SUSPENDED) { in bt_mesh_blob_cli_cancel()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_blob.c1022 ASSERT_TRUE(blob_cli.state == BT_MESH_BLOB_CLI_STATE_SUSPENDED); in test_cli_trans_resume()
1434 blob_cli.state = BT_MESH_BLOB_CLI_STATE_SUSPENDED; in cli_restore_suspended()