ESP-IDF
bt_mesh_prov_ctx::net_idx
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_ctx::net_idx
bt_mesh_prov_ctx::net_idx field
Syntax
Show:
Summary
Declaration
from
prov_pvnr.c:71
uint16_t
net_idx
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
net_idx
;
prov_pvnr.c:71
prov_ctx
.
net_idx
=
info
->
net_idx
;
prov_pvnr.c:804
bt_mesh_provisioner_set_prov_data_info()
prov_ctx
.
net_idx
=
BLE_MESH_KEY_PRIMARY
;
prov_pvnr.c:859
bt_mesh_provisioner_init_prov_info()
netkey
=
bt_mesh_provisioner_net_key_get
(
prov_ctx
.
net_idx
)
;
prov_pvnr.c:1997
send_prov_data()
sys_put_be16
(
prov_ctx
.
net_idx
,
&
pdu
[
16
]
)
;
prov_pvnr.c:2004
send_prov_data()
pdu
[
18
]
=
get_net_flags
(
prov_ctx
.
net_idx
)
;
prov_pvnr.c:2005
send_prov_data()
link
->
kri_flags
=
get_net_flags
(
prov_ctx
.
net_idx
)
;
prov_pvnr.c:2124
send_prov_data()
net_idx
=
prov_ctx
.
net_idx
;
prov_pvnr.c:2229
prov_complete()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_prov_ctx::net_idx
is written by 2 functions and is read by 2 functions:
bt_mesh_provisioner_set_prov_data_info()
bt_mesh_provisioner_init_prov_info()
All items filtered out
bt_mesh_prov_ctx::net_idx
send_prov_data()
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