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... | |
Bluetooth Mesh address.
Definition at line 374 of file nrf_mesh.h.
nrf_mesh_address_type_t nrf_mesh_address_t::type |
Address type.
Definition at line 377 of file nrf_mesh.h.
uint16_t nrf_mesh_address_t::value |
Address value.
Definition at line 379 of file nrf_mesh.h.
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.