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

◆ BT_MESH_PROP_SRV_ADMIN_INIT

#define BT_MESH_PROP_SRV_ADMIN_INIT ( _properties,
_get,
_set )

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

Value:
BT_MESH_PROP_SRV_INIT(_properties, ARRAY_SIZE(_properties), _get, _set)
#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

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

Parameters
[in]_propertiesArray of properties exposed by the server.
[in]_getGetter function for property values.
[in]_setSetter function for property values.