ESP-IDF
bt_mesh_prov::node_added
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
bt_mesh_prov::node_added
bt_mesh_prov::node_added field
A new node has been added to the provisioning database. This callback notifies the application that provisioning has been successfully completed, and that a node has been assigned the specified NetKeyIndex and primary element address.
Syntax
Show:
Summary
Declaration
from
main.h:252
void
(
*
node_added
)
(
uint16_t
net_idx
,
uint8_t
uuid
[
16
]
,
uint16_t
addr
,
uint8_t
num_elem
)
;
Examples
References
from
examples
Code
Location
Referrer
void
(
*
node_added
)
(
uint16_t
net_idx
,
uint8_t
uuid
[
16
]
,
uint16_t
addr
,
main.h:252
if
(
bt_mesh_prov
->
node_added
)
{
provisioner.c:547
prov_complete()
bt_mesh_prov
->
node_added
(
node
->
net_idx
,
node
->
uuid
,
node
->
addr
,
provisioner.c:548
prov_complete()
Call Tree
from
examples
bt_mesh_prov::node_added
is called by 1 function:
prov_complete()
All items filtered out
bt_mesh_prov::node_added
All items filtered out
Data Use
from
examples
bt_mesh_prov::node_added
is read by 1 function:
All items filtered out
bt_mesh_prov::node_added
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