nRF Connect SDK API 2.8.99
|
#include <zephyr/kernel.h>
#include <zboss_api.h>
#include <zb_errors.h>
#include "zb_error_to_string.h"
#include <zephyr/logging/log.h>
Go to the source code of this file.
Macros | |
#define | ZB_ERROR_CHECK(ERR_CODE) |
Macro for calling the error handler function if the supplied ZBOSS return code is different than RET_OK. | |
#define | ZB_COMM_STATUS_CHECK(COMM_STATUS) |
Macro for calling the error handler function if the return code for bdb_start_top_level_commissioning indicates that the BDB procedure did not succeed. | |