7#ifndef ZEPHYR_INCLUDE_BLUETOOTH_MESH_PRIV_BEACON_SRV_H__
8#define ZEPHYR_INCLUDE_BLUETOOTH_MESH_PRIV_BEACON_SRV_H__
26#define BT_MESH_MODEL_PRIV_BEACON_SRV \
27 BT_MESH_MODEL_CB(BT_MESH_MODEL_ID_PRIV_BEACON_SRV, \
28 bt_mesh_priv_beacon_srv_op, NULL, NULL, \
29 &bt_mesh_priv_beacon_srv_cb)
Bluetooth Mesh Profile APIs.
Model callback functions.
Definition access.h:813
Model opcode handler.
Definition access.h:363