Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dblob.h59 BT_MESH_BLOB_SUCCESS, enumerator
/Zephyr-latest/subsys/bluetooth/mesh/
Dblob_srv.c432 xfer_status_rsp(srv, ctx, BT_MESH_BLOB_SUCCESS); in handle_xfer_get()
499 status = BT_MESH_BLOB_SUCCESS; in handle_xfer_start()
560 status = BT_MESH_BLOB_SUCCESS; in handle_xfer_start()
571 enum bt_mesh_blob_status status = BT_MESH_BLOB_SUCCESS; in handle_xfer_cancel()
606 status = BT_MESH_BLOB_SUCCESS; in handle_block_get()
651 status = BT_MESH_BLOB_SUCCESS; in handle_block_start()
683 status = BT_MESH_BLOB_SUCCESS; in handle_block_start()
714 status = BT_MESH_BLOB_SUCCESS; in handle_block_start()
Dblob_cli.c70 target->status == BT_MESH_BLOB_SUCCESS && in start_retry_timer()
132 if (target->status == BT_MESH_BLOB_SUCCESS) { in targets_reset()
146 if (target->status == BT_MESH_BLOB_SUCCESS) { in targets_active()
334 return BT_MESH_BLOB_SUCCESS; in caps_adjust()
360 (*current)->status != BT_MESH_BLOB_SUCCESS || (*current)->timedout || in next_target()
809 if (target->status == BT_MESH_BLOB_SUCCESS) { in caps_collected()
1149 if (block->status != BT_MESH_BLOB_SUCCESS) { in rx_block_status()
1263 if (info.status != BT_MESH_BLOB_SUCCESS) { in handle_xfer_status()
1283 .status = BT_MESH_BLOB_SUCCESS, in handle_block_report()
1443 if (status != BT_MESH_BLOB_SUCCESS) { in handle_info_status()
[all …]
Ddfu_cli.c96 if (target->blob.status == BT_MESH_BLOB_SUCCESS) { in target_failed()
228 target->blob.status = BT_MESH_BLOB_SUCCESS; in blob_lost_target()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_blob.c162 ASSERT_FALSE(reason == BT_MESH_BLOB_SUCCESS); in blob_cli_lost_target()