13#ifndef ZEPHYR_INCLUDE_BLUETOOTH_MESH_OD_PRIV_PROXY_SRV_H_
14#define ZEPHYR_INCLUDE_BLUETOOTH_MESH_OD_PRIV_PROXY_SRV_H_
31#define BT_MESH_MODEL_OD_PRIV_PROXY_SRV \
32 BT_MESH_MODEL_SOL_PDU_RPL_SRV, \
33 BT_MESH_MODEL_CB(BT_MESH_MODEL_ID_ON_DEMAND_PROXY_SRV, \
34 _bt_mesh_od_priv_proxy_srv_op, NULL, NULL, \
35 &_bt_mesh_od_priv_proxy_srv_cb)
Bluetooth Mesh Profile APIs.
Model callback functions.
Definition access.h:635
Model opcode handler.
Definition access.h:182