ESP-IDF
esp_ble_mesh_rpr_link_open_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_ble_mesh_rpr_link_open_t
esp_ble_mesh_rpr_link_open_t struct
Parameters of Remote Provisioning Link Open
Syntax
Show:
Summary
Declaration
from
esp_ble_mesh_rpr_model_api.h:139
typedef
struct
{
bool
uuid_en
;
uint8_t
uuid
[
16
]
;
bool
timeout_en
;
uint8_t
timeout
;
uint8_t
nppi
;
}
esp_ble_mesh_rpr_link_open_t
;
Fields
Field
Declared as
Description
esp_ble_mesh_rpr_link_open_t::uuid_en
bool
Indicate if Device UUID is present.
esp_ble_mesh_rpr_link_open_t::uuid
uint8_t
[
16
]
Device UUID (Optional).
esp_ble_mesh_rpr_link_open_t::timeout_en
bool
Indicate if Link open timeout is present.
esp_ble_mesh_rpr_link_open_t::timeout
uint8_t
Link open timeout in seconds (C.1).
esp_ble_mesh_rpr_link_open_t::nppi
uint8_t
Node Provisioning Protocol Interface (C.2).
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out