Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dblob.h90 BT_MESH_BLOB_ERR_INTERNAL, enumerator
/Zephyr-latest/subsys/bluetooth/mesh/
Dblob_srv.c542 status = BT_MESH_BLOB_ERR_INTERNAL; in handle_xfer_start()
551 status = BT_MESH_BLOB_ERR_INTERNAL; in handle_xfer_start()
616 status = BT_MESH_BLOB_ERR_INTERNAL; in handle_block_get()
704 status = BT_MESH_BLOB_ERR_INTERNAL; in handle_block_start()
Ddfu_cli.c97 target->blob.status = BT_MESH_BLOB_ERR_INTERNAL; in target_failed()
Dblob_cli.c453 target_drop(cli, target, BT_MESH_BLOB_ERR_INTERNAL); in drop_remaining_targets()