ESP-IDF
BT_MESH_FEATURE_ENABLED
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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_FEATURE_ENABLED
BT_MESH_FEATURE_ENABLED value
Feature is supported and enabled.
Syntax
Show:
Summary
Declaration
from
cfg.h:33
BT_MESH_FEATURE_ENABLED
;
Examples
References
from
examples
Code
Location
Referrer
BT_MESH_FEATURE_ENABLED
,
cfg.h:33
state
!=
BT_MESH_FEATURE_ENABLED
)
{
cfg.c:60
feature_set()
(
state
==
BT_MESH_FEATURE_ENABLED
)
)
{
cfg.c:65
feature_set()
(
state
==
BT_MESH_FEATURE_ENABLED
)
)
;
cfg.c:70
feature_set()
BT_MESH_FEATURE_ENABLED
:
cfg.c:78
feature_get()
return
(
bt_mesh_gatt_proxy_get
(
)
==
BT_MESH_FEATURE_ENABLED
)
;
cfg.c:243
bt_mesh_fixed_group_match()
return
(
bt_mesh_friend_get
(
)
==
BT_MESH_FEATURE_ENABLED
)
;
cfg.c:245
bt_mesh_fixed_group_match()
return
(
bt_mesh_relay_get
(
)
==
BT_MESH_FEATURE_ENABLED
)
;
cfg.c:247
bt_mesh_fixed_group_match()
bt_mesh_friend_get
(
)
!=
BT_MESH_FRIEND_ENABLED
)
{
friend.c:1673
bt_mesh_friend_enqueue_rx()
bt_mesh_friend_get
(
)
!=
BT_MESH_FRIEND_ENABLED
)
{
friend.c:1718
bt_mesh_friend_enqueue_tx()
if
(
bt_mesh_relay_get
(
)
==
BT_MESH_RELAY_ENABLED
)
{
heartbeat.c:111
heartbeat_send()
if
(
bt_mesh_gatt_proxy_get
(
)
==
BT_MESH_GATT_PROXY_ENABLED
)
{
heartbeat.c:115
heartbeat_send()
if
(
bt_mesh_friend_get
(
)
==
BT_MESH_FRIEND_ENABLED
)
{
heartbeat.c:119
heartbeat_send()
bt_mesh_gatt_proxy_get
(
)
==
BT_MESH_GATT_PROXY_ENABLED
)
{
net.c:336
bt_mesh_net_iv_update()
return
(
bt_mesh_relay_get
(
)
==
BT_MESH_RELAY_ENABLED
)
;
net.c:647
relay_to_adv()
return
(
bt_mesh_gatt_proxy_get
(
)
==
BT_MESH_GATT_PROXY_ENABLED
)
;
net.c:649
relay_to_adv()
bt_mesh_relay_get
(
)
!=
BT_MESH_RELAY_ENABLED
&&
net.c:668
bt_mesh_net_relay()
bt_mesh_gatt_proxy_get
(
)
!=
BT_MESH_GATT_PROXY_ENABLED
)
{
net.c:669
bt_mesh_net_relay()
bt_mesh_gatt_proxy_get
(
)
==
BT_MESH_GATT_PROXY_ENABLED
)
)
{
net.c:726
bt_mesh_net_relay()
sub
->
node_id
=
BT_MESH_NODE_IDENTITY_RUNNING
;
proxy_srv.c:359
node_id_start()
return
(
sub
->
node_id
==
BT_MESH_NODE_IDENTITY_RUNNING
||
proxy_srv.c:513
advertise_subnet()
bt_mesh_gatt_proxy_get
(
)
==
BT_MESH_GATT_PROXY_ENABLED
)
;
proxy_srv.c:514
advertise_subnet()
if
(
sub
->
node_id
==
BT_MESH_NODE_IDENTITY_RUNNING
)
{
proxy_srv.c:600
gatt_proxy_advertise()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
BT_MESH_FEATURE_ENABLED
is read by 12 functions:
All items filtered out
BT_MESH_FEATURE_ENABLED
bt_mesh_friend_enqueue_rx()
bt_mesh_friend_enqueue_tx()
feature_set()
feature_get()
bt_mesh_fixed_group_match()
heartbeat_send()
node_id_start()
advertise_subnet()
gatt_proxy_advertise()
bt_mesh_net_iv_update()
relay_to_adv()
bt_mesh_net_relay()
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