ESP-IDF
BT_MESH_TTL_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_TTL_MAX
BT_MESH_TTL_MAX macro
Syntax
Show:
Summary
Declaration
from
access.h:487
#define
BT_MESH_TTL_MAX
0x7f
Examples
References
from
examples
Code
Location
#define
BT_MESH_TTL_MAX
0x7f
access.h:487
if
(
default_ttl
==
1
||
default_ttl
>
BT_MESH_TTL_MAX
)
{
cfg.c:116
if
(
pub_ttl
>
BT_MESH_TTL_MAX
&&
pub_ttl
!=
BT_MESH_TTL_DEFAULT
)
{
cfg_srv.c:856
if
(
pub_ttl
>
BT_MESH_TTL_MAX
&&
pub_ttl
!=
BT_MESH_TTL_DEFAULT
)
{
cfg_srv.c:955
if
(
param
->
ttl
>
BT_MESH_TTL_MAX
&&
param
->
ttl
!=
BT_MESH_TTL_DEFAULT
)
{
cfg_srv.c:2429
sub
.
min_hops
=
BT_MESH_TTL_MAX
;
cfg_srv.c:2524
tx
.
ctx
->
send_ttl
=
BT_MESH_TTL_MAX
;
friend.c:267
.
send_ttl
=
BT_MESH_TTL_MAX
,
friend.c:794
sub
.
min_hops
=
BT_MESH_TTL_MAX
;
heartbeat.c:303
}
else
if
(
tx
->
ctx
->
send_ttl
>
BT_MESH_TTL_MAX
)
{
transport.c:654
}
else
if
(
tx
->
ctx
->
send_ttl
>
BT_MESH_TTL_MAX
)
{
transport.c:1031
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