nRF5 SDK for Mesh v5.0.0
Data Fields
nrf_mesh_evt_hb_subscription_change_t Struct Reference

Parameters for changes to the heartbeat subscription state. More...

#include <nrf_mesh_events.h>

Data Fields

const heartbeat_subscription_state_t * p_old
 Old subscription state, or NULL if heartbeat subscriptions were disabled before the change. More...
 
const heartbeat_subscription_state_t * p_new
 New subscription state, or NULL if heartbeat subscriptions are disabled. More...
 

Detailed Description

Parameters for changes to the heartbeat subscription state.

Definition at line 210 of file nrf_mesh_events.h.

Field Documentation

◆ p_old

const heartbeat_subscription_state_t* nrf_mesh_evt_hb_subscription_change_t::p_old

Old subscription state, or NULL if heartbeat subscriptions were disabled before the change.

Definition at line 213 of file nrf_mesh_events.h.

◆ p_new

const heartbeat_subscription_state_t* nrf_mesh_evt_hb_subscription_change_t::p_new

New subscription state, or NULL if heartbeat subscriptions are disabled.

Definition at line 215 of file nrf_mesh_events.h.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated