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

◆ BT_MESH_PROP_CLI_INIT

#define BT_MESH_PROP_CLI_INIT (   _prop_list_handler,
  _prop_status_handler 
)

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

Value:
{ \
.prop_list = _prop_list_handler, \
.prop_status = _prop_status_handler, \
}

Initialization parameters for the Generic Property Client model.

Parameters
[in]_prop_list_handlerOptional status message handler.
See also
bt_mesh_prop_cli::prop_list
Parameters
[in]_prop_status_handlerOptional status message handler.
See also
bt_mesh_prop_cli::prop_status