ESP-IDF
BLE_MESH_TTL_MAX
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
BLE_MESH_TTL_MAX
BLE_MESH_TTL_MAX macro
Syntax
Show:
Summary
Declaration
from
access.h:558
#define
BLE_MESH_TTL_MAX
0x7f
Examples
References
from
examples
Code
Location
#define
BLE_MESH_TTL_MAX
0x7f
access.h:558
tx
->
ctx
->
send_ttl
>
BLE_MESH_TTL_MAX
)
{
access.c:966
}
else
if
(
buf
->
data
[
0
]
<=
BLE_MESH_TTL_MAX
&&
buf
->
data
[
0
]
!=
0x01
)
{
cfg_srv.c:856
if
(
pub_ttl
>
BLE_MESH_TTL_MAX
&&
pub_ttl
!=
BLE_MESH_TTL_DEFAULT
)
{
cfg_srv.c:1192
if
(
pub_ttl
>
BLE_MESH_TTL_MAX
&&
pub_ttl
!=
BLE_MESH_TTL_DEFAULT
)
{
cfg_srv.c:1398
if
(
param
->
ttl
>
BLE_MESH_TTL_MAX
&&
param
->
ttl
!=
BLE_MESH_TTL_DEFAULT
)
{
cfg_srv.c:3275
cfg
->
hb_sub
.
min_hops
=
BLE_MESH_TTL_MAX
;
cfg_srv.c:3433
cfg
->
hb_sub
.
min_hops
=
BLE_MESH_TTL_MAX
;
cfg_srv.c:3441
if
(
cfg
->
default_ttl
>
BLE_MESH_TTL_MAX
)
{
cfg_srv.c:3568
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