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

◆ BT_MESH_PROP_SRV_CLIENT_INIT

#define BT_MESH_PROP_SRV_CLIENT_INIT (   _properties)

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

Value:
BT_MESH_PROP_SRV_INIT((struct bt_mesh_prop *)_properties, \
ARRAY_SIZE(_properties), NULL, NULL)
#define BT_MESH_PROP_SRV_INIT(_properties, _property_count, _get, _set)
Initialization parameters for a Generic Property server models instance.
Definition: gen_prop_srv.h:39
Definition: gen_prop.h:50

Initialization parameters for a Generic Property server models acting as a Generic Client Property Server.

Parameters
[in]_propertiesArray of properties exposed by the server. May be constant.