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:104
uint16_t
net_idx
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
net_idx
;
prov_pvnr.c:104
prov_ctx
.
fast_prov
.
net_idx
=
net_idx
;
prov_pvnr.c:978
bt_mesh_provisioner_set_fast_prov_net_idx()
return
prov_ctx
.
fast_prov
.
net_idx
;
prov_pvnr.c:983
bt_mesh_provisioner_get_fast_prov_net_idx()
netkey
=
bt_mesh_fast_prov_net_key_get
(
prov_ctx
.
fast_prov
.
net_idx
)
;
prov_pvnr.c:1986
send_prov_data()
sys_put_be16
(
prov_ctx
.
fast_prov
.
net_idx
,
&
pdu
[
16
]
)
;
prov_pvnr.c:1993
send_prov_data()
pdu
[
18
]
=
get_net_flags
(
prov_ctx
.
fast_prov
.
net_idx
)
;
prov_pvnr.c:1994
send_prov_data()
link
->
kri_flags
=
get_net_flags
(
prov_ctx
.
fast_prov
.
net_idx
)
;
prov_pvnr.c:2122
send_prov_data()
net_idx
=
prov_ctx
.
fast_prov
.
net_idx
;
prov_pvnr.c:2227
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 1 function and is read by 3 functions:
bt_mesh_provisioner_set_fast_prov_net_idx()
All items filtered out
bt_mesh_prov_ctx::
::net_idx
bt_mesh_provisioner_get_fast_prov_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