nRF Connect SDK API 0.1.0
|
#define BT_MESH_PROP_SRV_INIT | ( | _properties, | |
_property_count, | |||
_get, | |||
_set | |||
) |
#include <include/bluetooth/mesh/gen_prop_srv.h>
Initialization parameters for a Generic Property server models instance.
[in] | _properties | Array of properties supported by the server. |
[in] | _property_count | Number of properties supported by the server. Cannot be larger than embed:rst:inline :kconfig:option:`CONFIG_BT_MESH_PROP_MAXCOUNT`. |
[in] | _get | Getter handler for property values. |
[in] | _set | Setter handler for property values. |