|
Zephyr Project API 4.0.0
A Scalable Open Source RTOS
|
Go to the source code of this file.
Data Structures | |
| struct | bt_mesh_rpr_node |
| Remote provisioning actor, as seen across the mesh. More... | |
| struct | bt_mesh_rpr_unprov |
| Unprovisioned device. More... | |
| struct | bt_mesh_rpr_link |
| Remote Provisioning Link status. More... | |
Macros | |
| #define | BT_MESH_RPR_UNPROV_HASH BIT(0) |
| Unprovisioned device has URI hash value. | |
| #define | BT_MESH_RPR_UNPROV_ACTIVE BIT(1) |
| Internal. | |
| #define | BT_MESH_RPR_UNPROV_FOUND BIT(2) |
| Internal. | |
| #define | BT_MESH_RPR_UNPROV_REPORTED BIT(3) |
| Internal. | |
| #define | BT_MESH_RPR_UNPROV_EXT BIT(4) |
| Internal. | |
| #define | BT_MESH_RPR_UNPROV_HAS_LINK BIT(5) |
| Internal. | |
| #define | BT_MESH_RPR_UNPROV_EXT_ADV_RXD BIT(6) |
| Internal. | |
| #define | BT_MESH_RPR_EXT_SCAN_TIME_MIN 1 |
| Minimum extended scan duration in seconds. | |
| #define | BT_MESH_RPR_EXT_SCAN_TIME_MAX 21 |
| Maximum extended scan duration in seconds. | |