ESP-IDF
bt_mesh_prov::prov_complete
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_prov::prov_complete
bt_mesh_prov::prov_complete field
Provision one device is complete. This callback notifies the application that provisioner has successfully provisioned a device, and the node has been assigned the specified NetKeyIndex and primary element address.
Syntax
Show:
Summary
Declaration
from
main.h:316
void
(
*
prov_complete
)
(
uint16_t
node_idx
,
const
uint8_t
device_uuid
[
16
]
,
uint16_t
unicast_addr
,
uint8_t
element_num
,
uint16_t
netkey_idx
)
;
Examples
References
from
examples
Code
Location
Referrer
void
(
*
prov_complete
)
(
uint16_t
node_idx
,
const
uint8_t
device_uuid
[
16
]
,
main.h:316
if
(
bt_mesh_prov_get
(
)
->
prov_complete
)
{
prov_pvnr.c:2268
prov_complete()
bt_mesh_prov_get
(
)
->
prov_complete
(
index
,
link
->
uuid
,
link
->
unicast_addr
,
prov_pvnr.c:2269
prov_complete()
Call Tree
from
examples
bt_mesh_prov::prov_complete
is called by 1 function:
prov_complete()
All items filtered out
bt_mesh_prov::prov_complete
All items filtered out
Data Use
from
examples
bt_mesh_prov::prov_complete
is read by 1 function:
All items filtered out
bt_mesh_prov::prov_complete
prov_complete()
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