nRF Connect SDK API 2.8.99
|
bool bl_validate_firmware_available | ( | void | ) |
#include <include/bl_validation.h>
Whether bl_validate_firmware() is available.
This is only relevant when
CONFIG_BL_VALIDATE_FW_EXT_API_OPTIONAL
is set.
true | bl_validate_firmware() can be called and should work correctly. |
false | bl_validate_firmware() is unavailable and will always return false because the underlying EXT_API is unavailable. |