1.. _bluetooth_mesh_models_brg_cfg_cli: 2 3Bridge Configuration Client 4########################### 5 6The Bridge Configuration Client is a foundation model defined by the Bluetooth Mesh 7specification. The model is optional, and is enabled through 8the :kconfig:option:`CONFIG_BT_MESH_BRG_CFG_CLI` option. 9 10The Bridge Configuration Client model provides functionality for configuring the 11subnet bridge functionality of another Mesh node containing the 12:ref:`bluetooth_mesh_models_brg_cfg_srv`. The device key of the node containing 13the target Bridge Configuration Server is used for access layer security. 14 15If present, the Bridge Configuration Client model must only be instantiated on the primary 16element. 17 18API reference 19************* 20 21.. doxygengroup:: bt_mesh_brg_cfg_cli 22