ESP-IDF
bt_mesh_hb_feature_changed()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_hb_feature_changed()
bt_mesh_hb_feature_changed() function
Syntax
Show:
Summary
Declaration
Definition
from
heartbeat.h:37
void
bt_mesh_hb_feature_changed
(
uint16_t
features
)
;
Implemented in
heartbeat.c:333
Arguments
Argument
features
Examples
References
from
examples
Code
Location
Referrer
void
bt_mesh_hb_feature_changed
(
uint16_t
features
)
heartbeat.c:333
void
bt_mesh_hb_feature_changed
(
uint16_t
features
)
;
heartbeat.h:37
bt_mesh_hb_feature_changed
(
BT_MESH_FEAT_PROXY
)
;
cfg.c:95
bt_mesh_gatt_proxy_set()
bt_mesh_hb_feature_changed
(
BT_MESH_FEAT_FRIEND
)
;
cfg.c:152
bt_mesh_friend_set()
bt_mesh_hb_feature_changed
(
BT_MESH_FEAT_RELAY
)
;
cfg.c:212
bt_mesh_relay_set()
Call Tree
from
examples
bt_mesh_hb_feature_changed()
is called by 3 functions and calls 1 function:
bt_mesh_gatt_proxy_set()
bt_mesh_friend_set()
bt_mesh_relay_set()
All items filtered out
bt_mesh_hb_feature_changed()
heartbeat_send()
All items filtered out
Data Use
from
examples
bt_mesh_hb_feature_changed()
reads 3 variables:
bt_mesh_hb_pub::dst
bt_mesh_hb_pub::feat
pub
All items filtered out
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