13#ifndef ZEPHYR_INCLUDE_BLUETOOTH_MESH_PRIV_BEACON_SRV_H__
14#define ZEPHYR_INCLUDE_BLUETOOTH_MESH_PRIV_BEACON_SRV_H__
32#define BT_MESH_MODEL_PRIV_BEACON_SRV \
33 BT_MESH_MODEL_CB(BT_MESH_MODEL_ID_PRIV_BEACON_SRV, \
34 bt_mesh_priv_beacon_srv_op, NULL, NULL, \
35 &bt_mesh_priv_beacon_srv_cb)
Bluetooth Mesh Profile APIs.
Model callback functions.
Definition access.h:635
Model opcode handler.
Definition access.h:182