Data Fields | |
nrf_mesh_friendship_role_t | role |
Source role of the event. More... | |
uint16_t | lpn_src |
Source (element) address of the Low Power node. More... | |
uint16_t | friend_src |
Source (element) address of the Friend node. More... | |
nrf_mesh_evt_friendship_terminated_reason_t | reason |
Reason for friendship termination. More... | |
Definition at line 447 of file nrf_mesh_events.h.
nrf_mesh_friendship_role_t nrf_mesh_evt_friendship_terminated_t::role |
Source role of the event.
Definition at line 450 of file nrf_mesh_events.h.
uint16_t nrf_mesh_evt_friendship_terminated_t::lpn_src |
Source (element) address of the Low Power node.
Definition at line 452 of file nrf_mesh_events.h.
uint16_t nrf_mesh_evt_friendship_terminated_t::friend_src |
Source (element) address of the Friend node.
Definition at line 454 of file nrf_mesh_events.h.
nrf_mesh_evt_friendship_terminated_reason_t nrf_mesh_evt_friendship_terminated_t::reason |
Reason for friendship termination.
Definition at line 456 of file nrf_mesh_events.h.