Searched refs:target_failed (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.6.0/subsys/bluetooth/mesh/ |
D | dfu_cli.c | 85 static void target_failed(struct bt_mesh_dfu_cli *cli, in target_failed() function 232 target_failed(cli, target, BT_MESH_DFU_ERR_INTERNAL); in blob_lost_target() 653 target_failed(cli, target, BT_MESH_DFU_ERR_INTERNAL); in confirmed() 657 target_failed(cli, target, BT_MESH_DFU_ERR_INTERNAL); in confirmed() 761 target_failed(cli, target, status); in handle_status() 773 target_failed(cli, target, BT_MESH_DFU_ERR_BLOB_XFER_BUSY); in handle_status() 792 target_failed(cli, target, BT_MESH_DFU_ERR_WRONG_PHASE); in handle_status() 800 target_failed(cli, target, BT_MESH_DFU_ERR_WRONG_PHASE); in handle_status() 815 target_failed(cli, target, BT_MESH_DFU_ERR_WRONG_PHASE); in handle_status() 920 target_failed(cli, target, BT_MESH_DFU_ERR_INTERNAL); in handle_info_status()
|