ESP-IDF
bt_mesh_prov_ctx::fast_prov
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_prov_ctx::fast_prov
bt_mesh_prov_ctx::fast_prov field
Syntax
Show:
Summary
Declaration
from
prov_pvnr.c:102
struct
{
bool
enable
;
uint16_t
net_idx
;
uint16_t
unicast_addr_min
;
uint16_t
unicast_addr_max
;
}
fast_prov
;
Examples
References
from
examples
Code
Location
Referrer
}
fast_prov
;
prov_pvnr.c:107
prov_ctx
.
fast_prov
.
enable
=
enable
;
prov_pvnr.c:973
bt_mesh_provisioner_fast_prov_enable()
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()
if
(
min
<=
prov_ctx
.
fast_prov
.
unicast_addr_max
)
{
prov_pvnr.c:998
bt_mesh_set_fast_prov_unicast_addr_range()
prov_ctx
.
fast_prov
.
unicast_addr_min
=
min
;
prov_pvnr.c:1003
bt_mesh_set_fast_prov_unicast_addr_range()
prov_ctx
.
fast_prov
.
unicast_addr_max
=
max
;
prov_pvnr.c:1004
bt_mesh_set_fast_prov_unicast_addr_range()
prov_ctx
.
alloc_addr
=
prov_ctx
.
fast_prov
.
unicast_addr_min
;
prov_pvnr.c:1006
bt_mesh_set_fast_prov_unicast_addr_range()
if
(
IS_ENABLED
(
CONFIG_BLE_MESH_FAST_PROV
)
&&
FAST_PROV_ENABLE
(
)
)
{
prov_pvnr.c:1985
send_prov_data()
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()
max_addr
=
FAST_PROV_ENABLE
(
)
?
prov_ctx
.
fast_prov
.
unicast_addr_max
:
UNICAST_ADDR_LIMIT
;
prov_pvnr.c:2036
send_prov_data()
if
(
IS_ENABLED
(
CONFIG_BLE_MESH_FAST_PROV
)
&&
FAST_PROV_ENABLE
(
)
)
{
prov_pvnr.c:2121
send_prov_data()
link
->
kri_flags
=
get_net_flags
(
prov_ctx
.
fast_prov
.
net_idx
)
;
prov_pvnr.c:2122
send_prov_data()
if
(
IS_ENABLED
(
CONFIG_BLE_MESH_FAST_PROV
)
&&
FAST_PROV_ENABLE
(
)
)
{
prov_pvnr.c:2226
prov_complete()
net_idx
=
prov_ctx
.
fast_prov
.
net_idx
;
prov_pvnr.c:2227
prov_complete()
memset
(
&
prov_ctx
.
fast_prov
,
0
,
sizeof
(
prov_ctx
.
fast_prov
)
)
;
prov_pvnr.c:2888
bt_mesh_provisioner_prov_reset()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_prov_ctx::fast_prov
is read by 7 functions:
All items filtered out
bt_mesh_prov_ctx::fast_prov
bt_mesh_provisioner_fast_prov_enable()
bt_mesh_provisioner_set_fast_prov_net_idx()
bt_mesh_provisioner_get_fast_prov_net_idx()
bt_mesh_set_fast_prov_unicast_addr_range()
send_prov_data()
prov_complete()
bt_mesh_provisioner_prov_reset()
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