10#ifndef ZEPHYR_INCLUDE_BLUETOOTH_MESH_SAR_CFG_SRV_H_
11#define ZEPHYR_INCLUDE_BLUETOOTH_MESH_SAR_CFG_SRV_H_
31#define BT_MESH_MODEL_SAR_CFG_SRV \
32 BT_MESH_MODEL_CB(BT_MESH_MODEL_ID_SAR_CFG_SRV, bt_mesh_sar_cfg_srv_op, \
33 NULL, NULL, &bt_mesh_sar_cfg_srv_cb)
Bluetooth Mesh Profile APIs.
Header file for Bluetooth Mesh SAR Configuration common definitions.
Model callback functions.
Definition access.h:635
Model opcode handler.
Definition access.h:182