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

Bluetooth Mesh address. More...

#include <nrf_mesh.h>

Data Fields

nrf_mesh_address_type_t type
 Address type. More...
 
uint16_t value
 Address value. More...
 
const uint8_t * p_virtual_uuid
 128-bit virtual label UUID, will be NULL if type is not NRF_MESH_ADDRESS_VIRTUAL . More...
 

Detailed Description

Bluetooth Mesh address.

Note
When used to add RX addresses to the stack, the struct needs to be statically allocated.

Definition at line 374 of file nrf_mesh.h.

Field Documentation

◆ type

nrf_mesh_address_type_t nrf_mesh_address_t::type

Address type.

Definition at line 377 of file nrf_mesh.h.

◆ value

uint16_t nrf_mesh_address_t::value

Address value.

Definition at line 379 of file nrf_mesh.h.

◆ p_virtual_uuid

const uint8_t* nrf_mesh_address_t::p_virtual_uuid

128-bit virtual label UUID, will be NULL if type is not NRF_MESH_ADDRESS_VIRTUAL .

Definition at line 381 of file nrf_mesh.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated