ESP-IDF
bt_mesh_model_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_model_pub::ttl
bt_mesh_model_pub::ttl field
Publish Time to Live.
Syntax
Show:
Summary
Declaration
from
access.h:417
uint8_t
ttl
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
ttl
;
/**< Publish Time to Live. */
access.h:417
uint8_t
ttl
;
/**< Publish Time to Live. */
access.h:330
ctx
.
send_ttl
=
pub
->
ttl
;
access.c:214
publish_retransmit()
ctx
.
send_ttl
=
pub
->
ttl
;
access.c:1096
bt_mesh_model_publish()
.
send_ttl
=
pub
->
ttl
,
access.c:184
publish_transmit()
model
->
pub
->
ttl
=
0U
;
cfg_srv.c:335
_mod_pub_set()
model
->
pub
->
ttl
=
ttl
;
cfg_srv.c:362
_mod_pub_set()
net_buf_simple_add_u8
(
&
msg
,
mod
->
pub
->
ttl
)
;
cfg_srv.c:1106
send_mod_pub_status()
change
.
cfg_mod_pub_set
.
ttl
=
mod
->
pub
->
ttl
;
cfg_srv.c:1236
mod_pub_set()
model
->
pub
->
ttl
=
0
;
cfg_srv.c:208
_mod_pub_set()
model
->
pub
->
ttl
=
ttl
;
cfg_srv.c:244
_mod_pub_set()
net_buf_simple_add_u8
(
msg
,
mod
->
pub
->
ttl
)
;
cfg_srv.c:757
send_mod_pub_status()
model
->
pub
->
ttl
=
0U
;
pvnr_mgmt.c:1087
model_pub_clear()
model
->
pub
->
ttl
=
0U
;
settings.c:740
model_set_pub()
model
->
pub
->
ttl
=
pub
.
ttl
;
settings.c:754
model_set_pub()
pub
.
ttl
=
model
->
pub
->
ttl
;
settings.c:1959
store_pending_mod_pub()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_model_pub::ttl
is written by 3 functions and is read by 6 functions:
model_set_pub()
_mod_pub_set()
model_pub_clear()
All items filtered out
bt_mesh_model_pub::ttl
store_pending_mod_pub()
publish_retransmit()
bt_mesh_model_publish()
send_mod_pub_status()
mod_pub_set()
publish_transmit()
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