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

Unprovisioned node beacon received event structure. More...

#include <nrf_mesh_prov_events.h>

Data Fields

uint8_t device_uuid [NRF_MESH_UUID_SIZE]
 Device UUID of the unprovisioned node. More...
 
bool gatt_supported
 Provisioning over GATT supported by the unprovisioned node. More...
 
bool uri_hash_present
 Whether the beacon has a URI hash or not. More...
 
uint8_t uri_hash [NRF_MESH_BEACON_UNPROV_URI_HASH_SIZE]
 Hash of the URI in the beacon, or 0 if no URI is present. More...
 
const nrf_mesh_rx_metadata_tp_metadata
 Metadata for the received packet. More...
 

Detailed Description

Unprovisioned node beacon received event structure.

Definition at line 101 of file nrf_mesh_prov_events.h.

Field Documentation

◆ device_uuid

uint8_t nrf_mesh_prov_evt_unprov_t::device_uuid[NRF_MESH_UUID_SIZE]

Device UUID of the unprovisioned node.

Definition at line 104 of file nrf_mesh_prov_events.h.

◆ gatt_supported

bool nrf_mesh_prov_evt_unprov_t::gatt_supported

Provisioning over GATT supported by the unprovisioned node.

Definition at line 106 of file nrf_mesh_prov_events.h.

◆ uri_hash_present

bool nrf_mesh_prov_evt_unprov_t::uri_hash_present

Whether the beacon has a URI hash or not.

Definition at line 108 of file nrf_mesh_prov_events.h.

◆ uri_hash

uint8_t nrf_mesh_prov_evt_unprov_t::uri_hash[NRF_MESH_BEACON_UNPROV_URI_HASH_SIZE]

Hash of the URI in the beacon, or 0 if no URI is present.

Definition at line 110 of file nrf_mesh_prov_events.h.

◆ p_metadata

const nrf_mesh_rx_metadata_t* nrf_mesh_prov_evt_unprov_t::p_metadata

Metadata for the received packet.

Definition at line 112 of file nrf_mesh_prov_events.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated