ESP-IDF
bt_mesh_provisioner_get_fast_prov_net_idx()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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_provisioner_get_fast_prov_net_idx()
bt_mesh_provisioner_get_fast_prov_net_idx() function
This function is called to get netkey index used for fast provisioning.
Syntax
Show:
Summary
Declaration
from
prov_pvnr.h:370
uint16_t
bt_mesh_provisioner_get_fast_prov_net_idx
(
void
)
;
Return value
net_idx of fast provisioning
Examples
References
from
examples
Code
Location
Referrer
uint16_t
bt_mesh_provisioner_get_fast_prov_net_idx
(
void
)
prov_pvnr.c:981
uint16_t
bt_mesh_provisioner_get_fast_prov_net_idx
(
void
)
;
prov_pvnr.h:370
net_idx
=
bt_mesh_provisioner_get_fast_prov_net_idx
(
)
;
fast_prov.c:116
bt_mesh_fast_prov_net_key_add()
Call Tree
from
examples
bt_mesh_provisioner_get_fast_prov_net_idx()
is called by 1 function:
bt_mesh_fast_prov_net_key_add()
All items filtered out
bt_mesh_provisioner_get_fast_prov_net_idx()
All items filtered out
Data Use
from
examples
bt_mesh_provisioner_get_fast_prov_net_idx()
reads 3 variables:
bt_mesh_prov_ctx::
::net_idx
bt_mesh_prov_ctx::fast_prov
prov_ctx
All items filtered out
bt_mesh_provisioner_get_fast_prov_net_idx()
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