ESP-IDF
feature_get()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
feature_get()
feature_get() function
Syntax
Show:
Summary
Declaration
from
cfg.c:75
static
enum
bt_mesh_feat_state
feature_get
(
int
feature_flag
)
;
Arguments
Argument
feature_flag
Examples
References
from
examples
Code
Location
Referrer
static
enum
bt_mesh_feat_state
feature_get
(
int
feature_flag
)
cfg.c:75
return
feature_get
(
BT_MESH_GATT_PROXY
)
;
cfg.c:111
bt_mesh_gatt_proxy_get()
return
feature_get
(
BT_MESH_FRIEND
)
;
cfg.c:172
bt_mesh_friend_get()
return
feature_get
(
BT_MESH_RELAY
)
;
cfg.c:224
bt_mesh_relay_get()
Call Tree
from
examples
feature_get()
is called by 3 functions and calls 1 function:
bt_mesh_gatt_proxy_get()
bt_mesh_friend_get()
bt_mesh_relay_get()
All items filtered out
feature_get()
atomic_test_bit()
All items filtered out
Data Use
from
examples
feature_get()
reads 4 variables:
bt_mesh_feat_state::BT_MESH_FEATURE_DISABLED
bt_mesh_feat_state::BT_MESH_FEATURE_ENABLED
bt_mesh_net::flags
bt_mesh
All items filtered out
feature_get()
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