ESP-IDF
bt_mesh_hb_sub::src
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_hb_sub::src
bt_mesh_hb_sub::src field
Source address to receive Heartbeats from.
Syntax
Show:
Summary
Declaration
from
heartbeat.h:52
uint16_t
src
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
src
;
cfg_srv.h:54
uint16_t
src
;
heartbeat.h:52
net_buf_simple_add_le16
(
&
msg
,
cfg
->
hb_sub
.
src
)
;
cfg_srv.c:3365
hb_sub_send_status()
cfg
->
hb_sub
.
src
=
BLE_MESH_ADDR_UNASSIGNED
;
cfg_srv.c:3431
heartbeat_sub_set()
cfg
->
hb_sub
.
src
=
sub_src
;
cfg_srv.c:3439
heartbeat_sub_set()
cfg
->
hb_sub
.
src
=
BLE_MESH_ADDR_UNASSIGNED
;
cfg_srv.c:3706
bt_mesh_cfg_reset()
net_buf_simple_add_le16
(
msg
,
sub
->
src
)
;
cfg_srv.c:2454
hb_sub_send_status()
if
(
sub
.
src
==
BT_MESH_ADDR_UNASSIGNED
||
!
period_log
)
{
cfg_srv.c:2523
heartbeat_sub_set()
if
(
sub
.
src
!=
BT_MESH_ADDR_UNASSIGNED
&&
cfg_srv.c:2535
heartbeat_sub_set()
if
(
src
!=
cfg
->
hb_sub
.
src
||
dst
!=
cfg
->
hb_sub
.
dst
)
{
heartbeat.c:41
bt_mesh_heartbeat_recv()
if
(
rx
->
ctx
.
addr
!=
sub
.
src
||
rx
->
ctx
.
recv_dst
!=
sub
.
dst
)
{
heartbeat.c:186
bt_mesh_hb_recv()
sub
.
src
=
BT_MESH_ADDR_UNASSIGNED
;
heartbeat.c:294
bt_mesh_hb_sub_set()
sub
.
src
=
src
;
heartbeat.c:301
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::src
is written by 3 functions and is read by 4 functions:
heartbeat_sub_set()
bt_mesh_cfg_reset()
bt_mesh_hb_sub_set()
All items filtered out
bt_mesh_hb_sub::src
hb_sub_send_status()
bt_mesh_heartbeat_recv()
heartbeat_sub_set()
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