ESP-IDF
ble_mesh_provision_complete_evt_param
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
ble_mesh_provision_complete_evt_param
ble_mesh_provision_complete_evt_param struct
ESP_BLE_MESH_NODE_PROV_COMPLETE_EVT
Syntax
Show:
Summary
Declaration
from
esp_ble_mesh_defs.h:1072
struct
ble_mesh_provision_complete_evt_param
{
uint16_t
net_idx
;
uint8_t
net_key
[
16
]
;
uint16_t
addr
;
uint8_t
flags
;
uint32_t
iv_index
;
}
;
Fields
Field
Declared as
Description
ble_mesh_provision_complete_evt_param::net_idx
uint16_t
NetKey Index.
ble_mesh_provision_complete_evt_param::net_key
uint8_t
[
16
]
NetKey.
ble_mesh_provision_complete_evt_param::addr
uint16_t
Primary address.
ble_mesh_provision_complete_evt_param::flags
uint8_t
Flags.
ble_mesh_provision_complete_evt_param::iv_index
uint32_t
IV Index.
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