Zephyr API 3.6.99
|
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. | |
Unprovisioned device.
uint8_t bt_mesh_rpr_unprov::flags |
Flags, see BT_MESH_RPR_UNPROV_*
flags.
uint32_t bt_mesh_rpr_unprov::hash |
URI hash in unprovisioned beacon.
Only valid if flags
has BT_MESH_RPR_UNPROV_HASH set.
bt_mesh_prov_oob_info_t bt_mesh_rpr_unprov::oob |
Out of band information.
int8_t bt_mesh_rpr_unprov::rssi |
RSSI of unprovisioned device, as received by server.
uint8_t bt_mesh_rpr_unprov::uuid[16] |
Unprovisioned device UUID.