ESP-IDF
bt_mesh_hb_sub::dst
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
lwIP
FreeRTOS
cJSON
mbedTLS
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_sub::dst
bt_mesh_hb_sub::dst field
Destination address to received Heartbeats on.
Syntax
Show:
Summary
Declaration
from
heartbeat.h:54
uint16_t
dst
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
dst
;
cfg_srv.h:55
uint16_t
dst
;
heartbeat.h:54
net_buf_simple_add_le16
(
&
msg
,
cfg
->
hb_sub
.
dst
)
;
cfg_srv.c:3366
hb_sub_send_status()
cfg
->
hb_sub
.
dst
=
BLE_MESH_ADDR_UNASSIGNED
;
cfg_srv.c:3432
heartbeat_sub_set()
cfg
->
hb_sub
.
dst
=
sub_dst
;
cfg_srv.c:3440
heartbeat_sub_set()
bt_mesh_set_hb_sub_dst
(
cfg
->
hb_sub
.
dst
)
;
cfg_srv.c:3448
heartbeat_sub_set()
cfg
->
hb_sub
.
dst
=
BLE_MESH_ADDR_UNASSIGNED
;
cfg_srv.c:3707
bt_mesh_cfg_reset()
net_buf_simple_add_le16
(
msg
,
sub
->
dst
)
;
cfg_srv.c:2455
hb_sub_send_status()
sub
.
dst
!=
BT_MESH_ADDR_UNASSIGNED
&&
!
period
)
{
cfg_srv.c:2536
heartbeat_sub_set()
if
(
src
!=
cfg
->
hb_sub
.
src
||
dst
!=
cfg
->
hb_sub
.
dst
)
{
heartbeat.c:41
bt_mesh_heartbeat_recv()
if
(
sub
.
dst
==
BT_MESH_ADDR_UNASSIGNED
)
{
heartbeat.c:39
sub_remaining()
if
(
rx
->
ctx
.
addr
!=
sub
.
src
||
rx
->
ctx
.
recv_dst
!=
sub
.
dst
)
{
heartbeat.c:186
bt_mesh_hb_recv()
sub
.
dst
=
BT_MESH_ADDR_UNASSIGNED
;
heartbeat.c:295
bt_mesh_hb_sub_set()
sub
.
dst
=
dst
;
heartbeat.c:302
bt_mesh_hb_sub_set()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_hb_sub::dst
is written by 3 functions and is read by 5 functions:
heartbeat_sub_set()
bt_mesh_cfg_reset()
bt_mesh_hb_sub_set()
All items filtered out
bt_mesh_hb_sub::dst
hb_sub_send_status()
heartbeat_sub_set()
bt_mesh_heartbeat_recv()
sub_remaining()
bt_mesh_hb_recv()
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