nRF Connect SDK API 2.8.99
|
#define BT_MESH_PROP_SRV_ADMIN_INIT | ( | _properties, | |
_get, | |||
_set ) |
#include <include/bluetooth/mesh/gen_prop_srv.h>
Initialization parameters for a Generic Property server models acting as a Generic Admin Property Server.
[in] | _properties | Array of properties exposed by the server. |
[in] | _get | Getter function for property values. |
[in] | _set | Setter function for property values. |