ESP-IDF
bt_mesh_prov_ctx::
::enable
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/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::
::enable
bt_mesh_prov_ctx::
::enable field
Syntax
Show:
Summary
Declaration
from
prov_pvnr.c:103
bool
enable
;
Examples
References
from
examples
Code
Location
Referrer
bool
enable
;
prov_pvnr.c:103
prov_ctx
.
fast_prov
.
enable
=
enable
;
prov_pvnr.c:973
bt_mesh_provisioner_fast_prov_enable()
if
(
IS_ENABLED
(
CONFIG_BLE_MESH_FAST_PROV
)
&&
FAST_PROV_ENABLE
(
)
)
{
prov_pvnr.c:1985
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()
if
(
IS_ENABLED
(
CONFIG_BLE_MESH_FAST_PROV
)
&&
FAST_PROV_ENABLE
(
)
)
{
prov_pvnr.c:2226
prov_complete()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_prov_ctx::
::enable
is written by 1 function and is read by 2 functions:
bt_mesh_provisioner_fast_prov_enable()
All items filtered out
bt_mesh_prov_ctx::
::enable
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