Zephyr API Documentation  3.4.0
A Scalable Open Source RTOS
3.4.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
bt_mesh_rpr_unprov Struct Reference

#include <rpr.h>

Data Fields

uint8_t uuid [16]
 
uint8_t flags
 
int8_t rssi
 
bt_mesh_prov_oob_info_t oob
 
uint32_t hash
 

Detailed Description

Unprovisioned device.

Field Documentation

◆ flags

uint8_t bt_mesh_rpr_unprov::flags

Flags, see BT_MESH_RPR_UNPROV_* flags.

◆ hash

uint32_t bt_mesh_rpr_unprov::hash

URI hash in unprovisioned beacon.

Only valid if flags has BT_MESH_RPR_UNPROV_HASH set.

◆ oob

bt_mesh_prov_oob_info_t bt_mesh_rpr_unprov::oob

Out of band information.

◆ rssi

int8_t bt_mesh_rpr_unprov::rssi

RSSI of unprovisioned device, as received by server.

◆ uuid

uint8_t bt_mesh_rpr_unprov::uuid[16]

Unprovisioned device UUID.


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