ESP-IDF
bt_mesh_prov_ctx::
::unicast_addr_max
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::
::unicast_addr_max
bt_mesh_prov_ctx::
::unicast_addr_max field
Syntax
Show:
Summary
Declaration
from
prov_pvnr.c:106
uint16_t
unicast_addr_max
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
unicast_addr_max
;
prov_pvnr.c:106
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_max
=
max
;
prov_pvnr.c:1004
bt_mesh_set_fast_prov_unicast_addr_range()
max_addr
=
FAST_PROV_ENABLE
(
)
?
prov_ctx
.
fast_prov
.
unicast_addr_max
:
UNICAST_ADDR_LIMIT
;
prov_pvnr.c:2036
send_prov_data()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_prov_ctx::
::unicast_addr_max
is written by 1 function and is read by 2 functions:
bt_mesh_set_fast_prov_unicast_addr_range()
All items filtered out
bt_mesh_prov_ctx::
::unicast_addr_max
bt_mesh_set_fast_prov_unicast_addr_range()
send_prov_data()
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