nRF Connect SDK API 2.8.99
|
bool gzp_validate_id | ( | const uint8_t * | src_id | ) |
#include <include/gzp.h>
Compare the *src_id with a pre-defined validation ID.
src_id | Pointer to the source validation ID to compare to. |
true | If *src_id equals the pre-defined ID. |
false | If *src_id does not equal the pre-defined ID. |