Zephyr API Documentation 4.0.0
A Scalable Open Source RTOS
 4.0.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Bridge Configuration Server Model

API for the Bluetooth Mesh Bridge Configuration Server model More...

Macros

#define BT_MESH_MODEL_BRG_CFG_SRV
 Bridge Configuration Server model Composition Data entry.
 

Detailed Description

API for the Bluetooth Mesh Bridge Configuration Server model

Macro Definition Documentation

◆ BT_MESH_MODEL_BRG_CFG_SRV

#define BT_MESH_MODEL_BRG_CFG_SRV

#include <zephyr/bluetooth/mesh/brg_cfg_srv.h>

Value:
BT_MESH_MODEL_CB(BT_MESH_MODEL_ID_BRG_CFG_SRV, _bt_mesh_brg_cfg_srv_op, NULL, NULL, \
&_bt_mesh_brg_cfg_srv_cb)
#define BT_MESH_MODEL_ID_BRG_CFG_SRV
Bridge Configuration Sever.
Definition access.h:191
#define BT_MESH_MODEL_CB(_id, _op, _pub, _user_data, _cb)
Composition data SIG model entry with callback functions.
Definition access.h:495

Bridge Configuration Server model Composition Data entry.