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

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_tp_net
 Network layer security material used in the decryption of the payload. More...
 
const nrf_mesh_rx_metadata_tp_metadata
 Metadata for the received packet. More...
 

Detailed Description

Definition at line 370 of file nrf_mesh_events.h.

Field Documentation

◆ src

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.

◆ friend_counter

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.

◆ receive_window_ms

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.

◆ friend_queue_size

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.

◆ subscription_list_size

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.

◆ measured_rssi

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.

◆ offer

struct { ... } nrf_mesh_evt_lpn_friend_offer_t::offer

Friend Offer parameters.

◆ p_net

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.

◆ p_metadata

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.


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

Documentation feedback | Developer Zone | Subscribe | Updated