ESP-IDF
bt_mesh_model_pub::period
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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
bt_mesh_model_pub::period
bt_mesh_model_pub::period field
Publish Period.
Syntax
Show:
Summary
Declaration
from
access.h:419
uint8_t
period
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
period
;
/**< Publish Period. */
access.h:419
uint8_t
period
;
/**< Publish Period. */
access.h:332
switch
(
mod
->
pub
->
period
>
>
6
)
{
access.c:79
bt_mesh_model_pub_period_get()
period
=
K_MSEC
(
(
mod
->
pub
->
period
&
BIT_MASK
(
6
)
)
*
100U
)
;
access.c:82
bt_mesh_model_pub_period_get()
period
=
K_SECONDS
(
mod
->
pub
->
period
&
BIT_MASK
(
6
)
)
;
access.c:86
bt_mesh_model_pub_period_get()
period
=
K_SECONDS
(
(
mod
->
pub
->
period
&
BIT_MASK
(
6
)
)
*
10U
)
;
access.c:90
bt_mesh_model_pub_period_get()
period
=
K_MINUTES
(
(
mod
->
pub
->
period
&
BIT_MASK
(
6
)
)
*
10U
)
;
access.c:94
bt_mesh_model_pub_period_get()
switch
(
mod
->
pub
->
period
>
>
6
)
{
access.c:86
bt_mesh_model_pub_period_get()
period
=
K_MSEC
(
(
mod
->
pub
->
period
&
BIT_MASK
(
6
)
)
*
100
)
;
access.c:89
bt_mesh_model_pub_period_get()
period
=
K_SECONDS
(
mod
->
pub
->
period
&
BIT_MASK
(
6
)
)
;
access.c:93
bt_mesh_model_pub_period_get()
period
=
K_SECONDS
(
(
mod
->
pub
->
period
&
BIT_MASK
(
6
)
)
*
10
)
;
access.c:97
bt_mesh_model_pub_period_get()
period
=
K_MINUTES
(
(
mod
->
pub
->
period
&
BIT_MASK
(
6
)
)
*
10
)
;
access.c:101
bt_mesh_model_pub_period_get()
model
->
pub
->
period
=
0U
;
cfg_srv.c:336
_mod_pub_set()
model
->
pub
->
period
=
period
;
cfg_srv.c:363
_mod_pub_set()
net_buf_simple_add_u8
(
&
msg
,
mod
->
pub
->
period
)
;
cfg_srv.c:1107
send_mod_pub_status()
change
.
cfg_mod_pub_set
.
period
=
mod
->
pub
->
period
;
cfg_srv.c:1237
mod_pub_set()
model
->
pub
->
period
=
0
;
cfg_srv.c:209
_mod_pub_set()
model
->
pub
->
period
=
period
;
cfg_srv.c:245
_mod_pub_set()
net_buf_simple_add_u8
(
msg
,
mod
->
pub
->
period
)
;
cfg_srv.c:758
send_mod_pub_status()
model
->
pub
->
period
=
0U
;
pvnr_mgmt.c:1088
model_pub_clear()
model
->
pub
->
period
=
0U
;
settings.c:741
model_set_pub()
model
->
pub
->
period
=
pub
.
period
;
settings.c:755
model_set_pub()
pub
.
period
=
model
->
pub
->
period
;
settings.c:1961
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
is written by 3 functions and is read by 4 functions:
model_set_pub()
_mod_pub_set()
model_pub_clear()
All items filtered out
bt_mesh_model_pub::period
store_pending_mod_pub()
bt_mesh_model_pub_period_get()
send_mod_pub_status()
mod_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