ESP-IDF
BT_MESH_TTL_DEFAULT
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_DEFAULT
BT_MESH_TTL_DEFAULT macro
Syntax
Show:
Summary
Declaration
from
access.h:484
#define
BT_MESH_TTL_DEFAULT
0xff
Examples
References
from
examples
Code
Location
#define
BT_MESH_TTL_DEFAULT
0xff
access.h:484
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
.
send_ttl
=
BT_MESH_TTL_DEFAULT
,
health_cli.c:188
.
send_ttl
=
BT_MESH_TTL_DEFAULT
,
health_cli.c:222
.
send_ttl
=
BT_MESH_TTL_DEFAULT
,
health_cli.c:266
.
send_ttl
=
BT_MESH_TTL_DEFAULT
,
health_cli.c:300
.
send_ttl
=
BT_MESH_TTL_DEFAULT
,
health_cli.c:346
.
send_ttl
=
BT_MESH_TTL_DEFAULT
,
health_cli.c:396
.
send_ttl
=
BT_MESH_TTL_DEFAULT
,
health_cli.c:445
.
send_ttl
=
BT_MESH_TTL_DEFAULT
,
model_cli.c:170
.
send_ttl
=
BT_MESH_TTL_DEFAULT
,
model_cli.c:199
.
send_ttl
=
BT_MESH_TTL_DEFAULT
,
model_cli.c:242
.
send_ttl
=
BT_MESH_TTL_DEFAULT
,
model_cli.c:271
rx
->
ctx
.
send_ttl
=
BT_MESH_TTL_DEFAULT
;
net.c:787
if
(
tx
->
ctx
->
send_ttl
==
BT_MESH_TTL_DEFAULT
)
{
transport.c:652
if
(
rx
->
ttl
==
BT_MESH_TTL_DEFAULT
)
{
transport.c:1001
if
(
tx
->
ctx
->
send_ttl
==
BT_MESH_TTL_DEFAULT
)
{
transport.c:1029
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