ESP-IDF
bt_mesh_feat_state
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_feat_state
bt_mesh_feat_state enum
Bluetooth Mesh Feature states
Syntax
Show:
Summary
Declaration
from
cfg.h:29
enum
bt_mesh_feat_state
{
BT_MESH_FEATURE_DISABLED
,
BT_MESH_FEATURE_ENABLED
,
BT_MESH_FEATURE_NOT_SUPPORTED
,
}
;
Values
Value
Declared as
Description
bt_mesh_feat_state::BT_MESH_FEATURE_DISABLED
Feature is supported, but disabled.
bt_mesh_feat_state::BT_MESH_FEATURE_ENABLED
Feature is supported and enabled.
bt_mesh_feat_state::BT_MESH_FEATURE_NOT_SUPPORTED
Feature is not supported, and cannot be enabled.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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