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

◆ BT_MESH_PROP_SRV_MFR_INIT

#define BT_MESH_PROP_SRV_MFR_INIT (   _properties,
  _get 
)     BT_MESH_PROP_SRV_INIT(_properties, ARRAY_SIZE(_properties), _get, NULL)

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

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

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