ESP-IDF
bt_mesh_net::p_app_idx_next
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_net::p_app_idx_next
bt_mesh_net::p_app_idx_next field
Syntax
Show:
Summary
Declaration
from
net.h:359
uint16_t
p_app_idx_next
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
p_app_idx_next
;
net.h:359
bt_mesh
.
p_app_idx_next
=
0x0000
;
pvnr_mgmt.c:131
bt_mesh_provisioner_net_create()
bt_mesh
.
p_app_idx_next
=
0U
;
pvnr_mgmt.c:180
bt_mesh_provisioner_main_reset()
if
(
bt_mesh
.
p_app_idx_next
>=
0x1000
)
{
pvnr_mgmt.c:912
bt_mesh_provisioner_local_app_key_add()
key
->
app_idx
=
bt_mesh
.
p_app_idx_next
;
pvnr_mgmt.c:973
bt_mesh_provisioner_local_app_key_add()
key
->
app_idx
=
(
++
bt_mesh
.
p_app_idx_next
)
;
pvnr_mgmt.c:976
bt_mesh_provisioner_local_app_key_add()
bt_mesh
.
p_app_idx_next
++
;
pvnr_mgmt.c:987
bt_mesh_provisioner_local_app_key_add()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_net::p_app_idx_next
is written by 3 functions and is read by 1 function:
bt_mesh_provisioner_net_create()
bt_mesh_provisioner_main_reset()
bt_mesh_provisioner_local_app_key_add()
All items filtered out
bt_mesh_net::p_app_idx_next
bt_mesh_provisioner_local_app_key_add()
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