ESP-IDF
bt_mesh_hb_pub::ttl
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_hb_pub::ttl
bt_mesh_hb_pub::ttl field
Time To Live value.
Syntax
Show:
Summary
Declaration
from
heartbeat.h:31
uint8_t
ttl
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
ttl
;
cfg_srv.h:45
uint8_t
ttl
;
heartbeat.h:31
cfg
->
hb_pub
.
ttl
=
0U
;
cfg_srv.c:2472
hb_pub_disable()
net_buf_simple_add_u8
(
&
msg
,
cfg
->
hb_pub
.
ttl
)
;
cfg_srv.c:3228
hb_pub_send_status()
cfg
->
hb_pub
.
ttl
=
param
->
ttl
;
cfg_srv.c:3303
heartbeat_pub_set()
net_buf_simple_add_u8
(
msg
,
pub
->
ttl
)
;
cfg_srv.c:2370
hb_pub_send_status()
pub
.
ttl
=
param
->
ttl
;
cfg_srv.c:2409
heartbeat_pub_set()
.
send_ttl
=
cfg
->
hb_pub
.
ttl
,
heartbeat.c:79
bt_mesh_heartbeat_send()
hb
.
init_ttl
=
cfg
->
hb_pub
.
ttl
;
heartbeat.c:94
bt_mesh_heartbeat_send()
BT_INFO
(
"InitTTL %u feat 0x%04x"
,
cfg
->
hb_pub
.
ttl
,
feat
)
;
heartbeat.c:114
bt_mesh_heartbeat_send()
.
send_ttl
=
pub
.
ttl
,
heartbeat.c:93
heartbeat_send()
hb
.
init_ttl
=
pub
.
ttl
;
heartbeat.c:109
heartbeat_send()
BT_DBG
(
"InitTTL %u feat 0x%04x"
,
pub
.
ttl
,
feat
)
;
heartbeat.c:129
heartbeat_send()
pub
.
ttl
=
0U
;
heartbeat.c:218
pub_disable()
hb_pub
->
ttl
=
0U
;
settings.c:608
hb_pub_set()
hb_pub
->
ttl
=
hb_val
.
ttl
;
settings.c:620
hb_pub_set()
val
.
ttl
=
hb_pub
->
ttl
;
settings.c:1730
store_pending_hb_pub()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_hb_pub::ttl
is written by 4 functions and is read by 4 functions:
hb_pub_set()
hb_pub_disable()
heartbeat_pub_set()
pub_disable()
All items filtered out
bt_mesh_hb_pub::ttl
store_pending_hb_pub()
hb_pub_send_status()
bt_mesh_heartbeat_send()
heartbeat_send()
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