Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_mesh_rpr_unprov Struct Reference

Unprovisioned device. More...

#include <rpr.h>

Data Fields

uint8_t uuid [16]
 Unprovisioned device UUID.
 
uint8_t flags
 Flags, see BT_MESH_RPR_UNPROV_* flags.
 
int8_t rssi
 RSSI of unprovisioned device, as received by server.
 
bt_mesh_prov_oob_info_t oob
 Out of band information.
 
uint32_t hash
 URI hash in unprovisioned beacon.
 

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: