nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ BT_MESH_MODEL_LVL_CLI

#define BT_MESH_MODEL_LVL_CLI (   _cli)

#include <include/bluetooth/mesh/gen_lvl_cli.h>

Value:
BT_MESH_MODEL_CB(BT_MESH_MODEL_ID_GEN_LEVEL_CLI, _bt_mesh_lvl_cli_op, \
&(_cli)->pub, \
_cli), \
&_bt_mesh_lvl_cli_cb)
#define BT_MESH_MODEL_USER_DATA(_type, _user_data)
Utility macro for type checking of model user data.
Definition: model_types.h:113
Definition: gen_lvl_cli.h:54

Generic Level Client model composition data entry.

Parameters
[in]_cliPointer to a Generic Level Client model instance.