ESP-IDF
bt_mesh_hb_pub::dst
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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_hb_pub::dst
bt_mesh_hb_pub::dst field
Destination address.
Syntax
Show:
Summary
Declaration
from
heartbeat.h:27
uint16_t
dst
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
dst
;
cfg_srv.h:42
uint16_t
dst
;
heartbeat.h:27
cfg
->
hb_pub
.
dst
=
BLE_MESH_ADDR_UNASSIGNED
;
cfg_srv.c:2470
hb_pub_disable()
net_buf_simple_add_le16
(
&
msg
,
cfg
->
hb_pub
.
dst
)
;
cfg_srv.c:3225
hb_pub_send_status()
cfg
->
hb_pub
.
dst
=
dst
;
cfg_srv.c:3293
heartbeat_pub_set()
cfg
->
hb_pub
.
dst
=
BLE_MESH_ADDR_UNASSIGNED
;
cfg_srv.c:3538
hb_publish()
cfg
->
hb_pub
.
dst
=
BLE_MESH_ADDR_UNASSIGNED
;
cfg_srv.c:3656
cfg_srv_deinit()
net_buf_simple_add_le16
(
msg
,
pub
->
dst
)
;
cfg_srv.c:2367
hb_pub_send_status()
pub
.
dst
=
sys_le16_to_cpu
(
param
->
dst
)
;
cfg_srv.c:2406
heartbeat_pub_set()
if
(
BT_MESH_ADDR_IS_VIRTUAL
(
pub
.
dst
)
)
{
cfg_srv.c:2414
heartbeat_pub_set()
.
addr
=
cfg
->
hb_pub
.
dst
,
heartbeat.c:78
bt_mesh_heartbeat_send()
if
(
cfg
->
hb_pub
.
dst
==
BLE_MESH_ADDR_UNASSIGNED
)
{
heartbeat.c:90
bt_mesh_heartbeat_send()
.
addr
=
pub
.
dst
,
heartbeat.c:92
heartbeat_send()
if
(
!
tx
.
sub
||
pub
.
dst
==
BT_MESH_ADDR_UNASSIGNED
)
{
heartbeat.c:105
heartbeat_send()
pub
.
dst
=
BT_MESH_ADDR_UNASSIGNED
;
heartbeat.c:161
hb_publish()
pub
.
dst
=
BT_MESH_ADDR_UNASSIGNED
;
heartbeat.c:216
pub_disable()
if
(
!
new_pub
||
new_pub
->
dst
==
BT_MESH_ADDR_UNASSIGNED
)
{
heartbeat.c:226
bt_mesh_hb_pub_set()
if
(
pub
.
dst
==
BT_MESH_ADDR_UNASSIGNED
)
{
heartbeat.c:335
bt_mesh_hb_feature_changed()
hb_pub
->
dst
=
BLE_MESH_ADDR_UNASSIGNED
;
settings.c:606
hb_pub_set()
hb_pub
->
dst
=
hb_val
.
dst
;
settings.c:618
hb_pub_set()
hb_pub
->
dst
,
hb_pub
->
period
,
hb_pub
->
net_idx
)
;
settings.c:630
hb_pub_set()
if
(
hb_pub
&&
hb_pub
->
dst
!=
BLE_MESH_ADDR_UNASSIGNED
&&
settings.c:1489
settings_core_commit()
val
.
dst
=
hb_pub
->
dst
;
settings.c:1728
store_pending_hb_pub()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_hb_pub::dst
is written by 6 functions and is read by 9 functions:
hb_pub_set()
hb_pub_disable()
heartbeat_pub_set()
hb_publish()
cfg_srv_deinit()
pub_disable()
All items filtered out
bt_mesh_hb_pub::dst
hb_pub_set()
settings_core_commit()
store_pending_hb_pub()
hb_pub_send_status()
bt_mesh_heartbeat_send()
heartbeat_pub_set()
heartbeat_send()
bt_mesh_hb_pub_set()
bt_mesh_hb_feature_changed()
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