ESP-IDF
hb_pub_param::ttl
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/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
hb_pub_param::ttl
hb_pub_param::ttl field
Syntax
Show:
Summary
Declaration
from
cfg_srv.c:3201
uint8_t
ttl
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
ttl
;
cfg_srv.c:3201
uint8_t
ttl
;
cfg_srv.c:2350
if
(
param
->
ttl
>
BLE_MESH_TTL_MAX
&&
param
->
ttl
!=
BLE_MESH_TTL_DEFAULT
)
{
cfg_srv.c:3275
heartbeat_pub_set()
BT_ERR
(
"Invalid TTL value 0x%02x"
,
param
->
ttl
)
;
cfg_srv.c:3276
heartbeat_pub_set()
cfg
->
hb_pub
.
ttl
=
param
->
ttl
;
cfg_srv.c:3303
heartbeat_pub_set()
pub
.
ttl
=
param
->
ttl
;
cfg_srv.c:2409
heartbeat_pub_set()
if
(
param
->
ttl
>
BT_MESH_TTL_MAX
&&
param
->
ttl
!=
BT_MESH_TTL_DEFAULT
)
{
cfg_srv.c:2429
heartbeat_pub_set()
BT_ERR
(
"Invalid TTL value 0x%02x"
,
param
->
ttl
)
;
cfg_srv.c:2430
heartbeat_pub_set()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hb_pub_param::ttl
is read by 1 function:
All items filtered out
hb_pub_param::ttl
heartbeat_pub_set()
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