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... | |
Parameters for changes to the heartbeat subscription state.
Definition at line 210 of file nrf_mesh_events.h.
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.
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.