Initialization parameters structure. More...
#include <nrf_mesh.h>
Data Fields | |
nrf_mesh_relay_check_cb_t | relay_cb |
Application call back for relay decisions, can be NULL. More... | |
uint8_t | irq_priority |
Application IRQ priority (NRF_MESH_IRQ_PRIORITY_LOWEST or NRF_MESH_IRQ_PRIORITY_THREAD). More... | |
const uint8_t * | p_uuid |
Initialization parameters structure.
Definition at line 431 of file nrf_mesh.h.
nrf_mesh_relay_check_cb_t nrf_mesh_init_params_t::relay_cb |
Application call back for relay decisions, can be NULL.
Definition at line 440 of file nrf_mesh.h.
uint8_t nrf_mesh_init_params_t::irq_priority |
Application IRQ priority (NRF_MESH_IRQ_PRIORITY_LOWEST or NRF_MESH_IRQ_PRIORITY_THREAD).
Definition at line 441 of file nrf_mesh.h.