Data Fields | |
uint16_t | src |
Source (element) address of the Friend node. More... | |
struct { | |
uint16_t friend_counter | |
Number of Friend Offer messages the Friend node has sent in its lifetime. More... | |
uint8_t receive_window_ms | |
Receive window supported by the Friend node. More... | |
uint8_t friend_queue_size | |
Size of the message queue the Friend has reserved for messages to the LPN. More... | |
uint8_t subscription_list_size | |
Number of subscriptions the Friend can store for the LPN. More... | |
int8_t measured_rssi | |
The RSSI of the Friend Request as measured by the Friend. More... | |
} | offer |
Friend Offer parameters. More... | |
const nrf_mesh_network_secmat_t * | p_net |
Network layer security material used in the decryption of the payload. More... | |
const nrf_mesh_rx_metadata_t * | p_metadata |
Metadata for the received packet. More... | |
Definition at line 370 of file nrf_mesh_events.h.
uint16_t nrf_mesh_evt_lpn_friend_offer_t::src |
Source (element) address of the Friend node.
Definition at line 373 of file nrf_mesh_events.h.
uint16_t nrf_mesh_evt_lpn_friend_offer_t::friend_counter |
Number of Friend Offer messages the Friend node has sent in its lifetime.
Definition at line 378 of file nrf_mesh_events.h.
uint8_t nrf_mesh_evt_lpn_friend_offer_t::receive_window_ms |
Receive window supported by the Friend node.
Definition at line 380 of file nrf_mesh_events.h.
uint8_t nrf_mesh_evt_lpn_friend_offer_t::friend_queue_size |
Size of the message queue the Friend has reserved for messages to the LPN.
Definition at line 382 of file nrf_mesh_events.h.
uint8_t nrf_mesh_evt_lpn_friend_offer_t::subscription_list_size |
Number of subscriptions the Friend can store for the LPN.
Definition at line 384 of file nrf_mesh_events.h.
int8_t nrf_mesh_evt_lpn_friend_offer_t::measured_rssi |
The RSSI of the Friend Request as measured by the Friend.
Definition at line 386 of file nrf_mesh_events.h.
struct { ... } nrf_mesh_evt_lpn_friend_offer_t::offer |
Friend Offer parameters.
const nrf_mesh_network_secmat_t* nrf_mesh_evt_lpn_friend_offer_t::p_net |
Network layer security material used in the decryption of the payload.
Definition at line 389 of file nrf_mesh_events.h.
const nrf_mesh_rx_metadata_t* nrf_mesh_evt_lpn_friend_offer_t::p_metadata |
Metadata for the received packet.
Definition at line 391 of file nrf_mesh_events.h.