Home
last modified time | relevance | path

Searched defs:confirmed (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.6.0/tests/subsys/dfu/mcuboot_multi/src/
Dmain.c37 static void _test_request_upgrade_n(uint8_t fa_id, int img_index, int confirmed) in _test_request_upgrade_n()
/Zephyr-Core-3.6.0/include/zephyr/mgmt/mcumgr/grp/img_mgmt/
Dimg_mgmt_client.h34 bool confirmed: 1; member
/Zephyr-Core-3.6.0/subsys/mgmt/mcumgr/grp/img_mgmt_client/src/
Dimg_mgmt_client.c54 bool bootable, pending, confirmed, active, permanent, ok; in image_state_res_fn() local
/Zephyr-Core-3.6.0/include/zephyr/bluetooth/mesh/
Ddfu_cli.h166 void (*confirmed)(struct bt_mesh_dfu_cli *cli); member
/Zephyr-Core-3.6.0/subsys/bluetooth/mesh/
Ddfu_cli.c629 static void confirmed(struct bt_mesh_blob_cli *b) in confirmed() function