ESP-IDF
bt_mesh_cfg_srv::default_ttl
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/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_cfg_srv::default_ttl
bt_mesh_cfg_srv::default_ttl field
Syntax
Show:
Summary
Declaration
from
cfg_srv.h:36
uint8_t
default_ttl
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
default_ttl
;
/* Default TTL */
cfg_srv.h:36
if
(
cfg
->
default_ttl
!=
buf
->
data
[
0
]
)
{
cfg_srv.c:857
default_ttl_set()
cfg
->
default_ttl
=
buf
->
data
[
0
]
;
cfg_srv.c:858
default_ttl_set()
if
(
cfg
->
default_ttl
>
BLE_MESH_TTL_MAX
)
{
cfg_srv.c:3568
conf_is_valid()
return
conf
->
default_ttl
;
cfg_srv.c:3795
bt_mesh_default_ttl_get()
cfg
->
default_ttl
=
stored_cfg
.
cfg
.
default_ttl
;
settings.c:1503
settings_core_commit()
val
.
default_ttl
=
cfg
->
default_ttl
;
settings.c:1759
store_pending_cfg()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_cfg_srv::default_ttl
is written by 2 functions and is read by 4 functions:
settings_core_commit()
default_ttl_set()
All items filtered out
bt_mesh_cfg_srv::default_ttl
store_pending_cfg()
default_ttl_set()
conf_is_valid()
bt_mesh_default_ttl_get()
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