ESP-IDF
+
0
/1 examples
SourceVu will show references to
bt_mesh_prov::complete
from the following samples and libraries:
blemesh sample
Symbol previews are coming soon...
Symbols
loading (4/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::complete
bt_mesh_prov::complete field
Provisioning is complete. This callback notifies the application that provisioning has been successfully completed, and that the local node has been assigned the specified NetKeyIndex and primary element address.
Syntax
Show:
Summary
Declaration
from
main.h:190
void
(
*
complete
)
(
uint16_t
net_idx
,
const
uint8_t
net_key
[
16
]
,
uint16_t
addr
,
uint8_t
flags
,
uint32_t
iv_index
)
;
Examples
bt_mesh_prov::complete
is referenced by 1 libraries and example projects:
blemesh sample
References
from
0/1
examples
Code
Location
Referrer
void
(
*
complete
)
(
uint16_t
net_idx
,
const
uint8_t
net_key
[
16
]
,
uint16_t
addr
,
uint8_t
flags
,
uint32_t
iv_index
)
;
main.h:190
void
(
*
complete
)
(
uint16_t
net_idx
,
uint16_t
addr
)
;
main.h:239
if
(
bt_mesh_prov
->
complete
)
{
prov.c:418
bt_mesh_prov_complete()
bt_mesh_prov
->
complete
(
net_idx
,
addr
)
;
prov.c:419
bt_mesh_prov_complete()
if
(
bt_mesh_prov_get
(
)
->
complete
)
{
prov_node.c:1604
bt_mesh_prov_complete()
bt_mesh_prov_get
(
)
->
complete
(
net_idx
,
net_key
,
addr
,
flags
,
iv_index
)
;
prov_node.c:1605
bt_mesh_prov_complete()
Call Tree
from
0/1
examples
bt_mesh_prov::complete
is called by 1 function:
bt_mesh_prov_complete()
All items filtered out
bt_mesh_prov::complete
All items filtered out
Data Use
from
0/1
examples
bt_mesh_prov::complete
is read by 1 function:
All items filtered out
bt_mesh_prov::complete
bt_mesh_prov_complete()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out