ESP-IDF
BLE_MESH_MODEL_GEN_POWER_LEVEL_CLI
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
BLE_MESH_MODEL_GEN_POWER_LEVEL_CLI
BLE_MESH_MODEL_GEN_POWER_LEVEL_CLI macro
@def BLE_MESH_MODEL_GEN_POWER_LEVEL_CLI Define a new generic power level client model. Note that this API needs to be repeated for each element which the application wants to have a generic power level client model on.
Syntax
Show:
Summary
Declaration
from
generic_client.h:179
#define
BLE_MESH_MODEL_GEN_POWER_LEVEL_CLI
(
cli_pub
,
cli_data
)
\
BLE_MESH_MODEL_CB
(
BLE_MESH_MODEL_ID_GEN_POWER_LEVEL_CLI
,
\
bt_mesh_gen_power_level_cli_op
,
cli_pub
,
cli_data
,
&
bt_mesh_generic_client_cb
)
Arguments
Argument
Description
cli_pub
Pointer to a unique struct bt_mesh_model_pub.
cli_data
Pointer to a unique struct bt_mesh_gen_power_level_cli.
Return value
New generic power level client model instance.
Examples
References
from
examples
Code
Location
#define
BLE_MESH_MODEL_GEN_POWER_LEVEL_CLI
(
cli_pub
,
cli_data
)
\
generic_client.h:179
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