ESP-IDF
bt_mesh_hb_pub::feat
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_pub::feat
bt_mesh_hb_pub::feat field
Bitmap of features that trigger a Heartbeat publication if they change. Legal values are
BT_MESH_FEAT_RELAY
,
BT_MESH_FEAT_PROXY
,
BT_MESH_FEAT_FRIEND
and
BT_MESH_FEAT_LOW_POWER
.
Syntax
Show:
Summary
Declaration
from
heartbeat.h:38
uint16_t
feat
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
feat
;
cfg_srv.h:46
uint16_t
feat
;
heartbeat.h:38
if
(
cfg
->
hb_pub
.
feat
&
BLE_MESH_FEAT_PROXY
)
{
cfg_srv.c:955
gatt_proxy_set()
if
(
(
cfg
->
hb_pub
.
feat
&
BLE_MESH_FEAT_RELAY
)
&&
change
)
{
cfg_srv.c:1067
relay_set()
if
(
cfg
->
hb_pub
.
feat
&
BLE_MESH_FEAT_FRIEND
)
{
cfg_srv.c:3000
friend_set()
net_buf_simple_add_le16
(
&
msg
,
cfg
->
hb_pub
.
feat
)
;
cfg_srv.c:3229
hb_pub_send_status()
cfg
->
hb_pub
.
feat
=
feat
&
BLE_MESH_FEAT_SUPPORTED
;
cfg_srv.c:3295
heartbeat_pub_set()
net_buf_simple_add_le16
(
msg
,
pub
->
feat
)
;
cfg_srv.c:2371
hb_pub_send_status()
pub
.
feat
=
sys_le16_to_cpu
(
param
->
feat
)
;
cfg_srv.c:2410
heartbeat_pub_set()
new_pub
->
feat
&=
BT_MESH_FEAT_SUPPORTED
;
heartbeat.c:243
bt_mesh_hb_pub_set()
if
(
!
(
pub
.
feat
&
features
)
)
{
heartbeat.c:339
bt_mesh_hb_feature_changed()
hb_pub
->
feat
=
0U
;
settings.c:610
hb_pub_set()
hb_pub
->
feat
=
hb_val
.
feat
;
settings.c:621
hb_pub_set()
val
.
feat
=
hb_pub
->
feat
;
settings.c:1731
store_pending_hb_pub()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_hb_pub::feat
is written by 3 functions and is read by 7 functions:
hb_pub_set()
heartbeat_pub_set()
bt_mesh_hb_pub_set()
All items filtered out
bt_mesh_hb_pub::feat
store_pending_hb_pub()
gatt_proxy_set()
relay_set()
friend_set()
hb_pub_send_status()
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