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

◆ BT_MESH_MODEL_LOC_SRV

#define BT_MESH_MODEL_LOC_SRV (   _srv)

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

Value:
BT_MESH_MODEL_CB(BT_MESH_MODEL_ID_GEN_LOCATION_SRV, \
_bt_mesh_loc_srv_op, &(_srv)->pub, \
_srv), \
&_bt_mesh_loc_srv_cb), \
BT_MESH_MODEL_CB(BT_MESH_MODEL_ID_GEN_LOCATION_SETUPSRV, \
_bt_mesh_loc_setup_srv_op, NULL, \
&_bt_mesh_loc_setup_srv_cb)
#define BT_MESH_MODEL_USER_DATA(_type, _user_data)
Utility macro for type checking of model user data.
Definition: model_types.h:113
Definition: gen_loc_srv.h:120

Generic Location Server model composition data entry.

Parameters
[in]_srvPointer to a Generic Location Server model instance.