Mesh event structure. More...
#include <nrf_mesh_events.h>
Mesh event structure.
Definition at line 472 of file nrf_mesh_events.h.
nrf_mesh_evt_type_t nrf_mesh_evt_t::type |
Type of event.
Definition at line 475 of file nrf_mesh_events.h.
nrf_mesh_evt_message_t nrf_mesh_evt_t::message |
Incoming message.
Definition at line 480 of file nrf_mesh_events.h.
nrf_mesh_evt_tx_complete_t nrf_mesh_evt_t::tx_complete |
Transmission complete.
Definition at line 482 of file nrf_mesh_events.h.
nrf_mesh_evt_iv_update_notification_t nrf_mesh_evt_t::iv_update |
IV update notification event.
Definition at line 484 of file nrf_mesh_events.h.
nrf_mesh_evt_key_refresh_notification_t nrf_mesh_evt_t::key_refresh |
Key refresh notification event.
Definition at line 486 of file nrf_mesh_events.h.
nrf_mesh_evt_net_beacon_received_t nrf_mesh_evt_t::net_beacon |
A network beacon was received.
Definition at line 488 of file nrf_mesh_events.h.
nrf_mesh_evt_hb_message_t nrf_mesh_evt_t::hb_message |
HB message received/sent event.
Definition at line 490 of file nrf_mesh_events.h.
nrf_mesh_evt_hb_subscription_change_t nrf_mesh_evt_t::hb_subscription_change |
HB subscription state changed.
Definition at line 492 of file nrf_mesh_events.h.
nrf_mesh_evt_dfu_t nrf_mesh_evt_t::dfu |
DFU event.
Definition at line 495 of file nrf_mesh_events.h.
nrf_mesh_evt_rx_failed_t nrf_mesh_evt_t::rx_failed |
RX failed.
Definition at line 497 of file nrf_mesh_events.h.
nrf_mesh_evt_sar_failed_t nrf_mesh_evt_t::sar_failed |
SAR failed event.
Definition at line 499 of file nrf_mesh_events.h.
nrf_mesh_evt_flash_failed_t nrf_mesh_evt_t::flash_failed |
Flash failed event.
Definition at line 501 of file nrf_mesh_events.h.
nrf_mesh_evt_config_storage_failure_t nrf_mesh_evt_t::config_storage_failure |
Configuration storage failure event.
Definition at line 503 of file nrf_mesh_events.h.
nrf_mesh_evt_config_load_failure_t nrf_mesh_evt_t::config_load_failure |
Configuration load failure event.
Definition at line 505 of file nrf_mesh_events.h.
nrf_mesh_evt_lpn_friend_offer_t nrf_mesh_evt_t::friend_offer |
Friend Offer event.
Definition at line 507 of file nrf_mesh_events.h.
nrf_mesh_evt_lpn_friend_update_t nrf_mesh_evt_t::friend_update |
Friend Update event.
Definition at line 509 of file nrf_mesh_events.h.
nrf_mesh_evt_friendship_established_t nrf_mesh_evt_t::friendship_established |
Friendship established event.
Definition at line 511 of file nrf_mesh_events.h.
nrf_mesh_evt_friendship_terminated_t nrf_mesh_evt_t::friendship_terminated |
Friendship terminated event.
Definition at line 513 of file nrf_mesh_events.h.
nrf_mesh_evt_friend_request_t nrf_mesh_evt_t::friend_request |
Friend Request event.
Definition at line 515 of file nrf_mesh_events.h.
union { ... } nrf_mesh_evt_t::params |
Event parameters.