ESP-IDF
bt_mesh_model_pub::period_div
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::period_div
bt_mesh_model_pub::period_div field
Syntax
Show:
Summary
Declaration
from
access.h:420
uint8_t
period_div
:
4
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
period_div
:
4
,
/**< Divisor for the Period. */
access.h:420
uint8_t
period_div
:
4
,
/**< Divisor for the Period. */
access.h:333
return
period
>
>
mod
->
pub
->
period_div
;
access.c:102
bt_mesh_model_pub_period_get()
return
period
>
>
mod
->
pub
->
period_div
;
access.c:108
bt_mesh_model_pub_period_get()
net_buf_simple_add_u8
(
&
msg
,
model
->
pub
->
period_div
)
;
health_srv.c:275
send_health_period_status()
model
->
pub
->
period_div
=
period
;
health_srv.c:303
health_set_period()
net_buf_simple_add_u8
(
msg
,
model
->
pub
->
period_div
)
;
health_srv.c:304
send_health_period_status()
model
->
pub
->
period_div
=
period
;
health_srv.c:338
health_period_set_unrel()
pub
.
period_div
=
model
->
pub
->
period_div
;
settings.c:1962
store_pending_mod_pub()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_model_pub::period_div
is written by 2 functions and is read by 3 functions:
health_set_period()
health_period_set_unrel()
All items filtered out
bt_mesh_model_pub::period_div
store_pending_mod_pub()
bt_mesh_model_pub_period_get()
send_health_period_status()
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