ESP-IDF
bt_mesh_net::p_net_idx_next
is only used within ESP-IDF.
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_net::p_net_idx_next
bt_mesh_net::p_net_idx_next field
Syntax
Show:
Summary
Declaration
from
net.h:364
uint16_t
p_net_idx_next
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
p_net_idx_next
;
net.h:364
bt_mesh
.
p_net_idx_next
=
net_idx
;
fast_prov.c:117
bt_mesh_fast_prov_net_key_add()
bt_mesh
.
p_net_idx_next
=
0x0001
;
pvnr_mgmt.c:132
bt_mesh_provisioner_net_create()
bt_mesh
.
p_net_idx_next
=
0U
;
pvnr_mgmt.c:179
bt_mesh_provisioner_main_reset()
if
(
bt_mesh
.
p_net_idx_next
>=
0x1000
)
{
pvnr_mgmt.c:1178
bt_mesh_provisioner_local_net_key_add()
sub
->
net_idx
=
bt_mesh
.
p_net_idx_next
;
pvnr_mgmt.c:1230
bt_mesh_provisioner_local_net_key_add()
sub
->
net_idx
=
(
++
bt_mesh
.
p_net_idx_next
)
;
pvnr_mgmt.c:1233
bt_mesh_provisioner_local_net_key_add()
bt_mesh
.
p_net_idx_next
++
;
pvnr_mgmt.c:1244
bt_mesh_provisioner_local_net_key_add()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_net::p_net_idx_next
is written by 4 functions and is read by 1 function:
bt_mesh_provisioner_net_create()
bt_mesh_provisioner_main_reset()
bt_mesh_provisioner_local_net_key_add()
bt_mesh_fast_prov_net_key_add()
All items filtered out
bt_mesh_net::p_net_idx_next
bt_mesh_provisioner_local_net_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