Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
Bridge Configuration common header

Data Structures

struct  bt_mesh_brg_cfg_table_entry
 Bridging Table state entry corresponding to a entry in the Bridging Table. More...
 
struct  bt_mesh_brg_cfg_table_status
 Bridging Table Status response. More...
 
struct  bt_mesh_brg_cfg_filter_netkey
 Used to filter set of pairs of NetKey Indexes from the Bridging Table. More...
 
struct  bt_mesh_brg_cfg_subnets_list
 Bridged Subnets List response. More...
 
struct  bt_mesh_brg_cfg_table_list
 Bridging Table List response. More...
 

Macros

#define BT_MESH_BRG_CFG_DIR_ONEWAY   1
 
#define BT_MESH_BRG_CFG_DIR_TWOWAY   2
 

Enumerations

enum  bt_mesh_brg_cfg_state { BT_MESH_BRG_CFG_DISABLED , BT_MESH_BRG_CFG_ENABLED }
 Subnet Bridge states. More...
 

Detailed Description

Macro Definition Documentation

◆ BT_MESH_BRG_CFG_DIR_ONEWAY

#define BT_MESH_BRG_CFG_DIR_ONEWAY   1

◆ BT_MESH_BRG_CFG_DIR_TWOWAY

#define BT_MESH_BRG_CFG_DIR_TWOWAY   2

Enumeration Type Documentation

◆ bt_mesh_brg_cfg_state

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

Subnet Bridge states.

Enumerator
BT_MESH_BRG_CFG_DISABLED 

Subnet bridge functionality is disabled.

BT_MESH_BRG_CFG_ENABLED 

Subnet bridge state functionality is enabled.