ESP-IDF
bt_mesh_default_ttl_set()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_default_ttl_set()
bt_mesh_default_ttl_set() function
Set the default TTL value. The default TTL value is used when no explicit TTL value is set. Models will use the default TTL value when
bt_mesh_msg_ctx
::send_ttl is
BT_MESH_TTL_DEFAULT
.
Syntax
Show:
Summary
Declaration
Definition
from
cfg.h:88
int
bt_mesh_default_ttl_set
(
uint8_t
default_ttl
)
;
Implemented in
cfg.c:114
Arguments
Argument
Description
default_ttl
The new default TTL value. Valid values are 0x00 and 0x02 to
BT_MESH_TTL_MAX
.
Return value
0 Successfully set the default TTL value. -EINVAL Invalid TTL value.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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