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

Data Structures

struct  bt_mesh_bridging_table_entry
 Bridging Table state entry corresponding to a entry in the Bridging Table. More...
 
struct  bt_mesh_bridging_table_status
 Bridging Table Status response. More...
 
struct  bt_mesh_filter_netkey
 Used to filter set of pairs of NetKey Indexes from the Bridging Table. More...
 
struct  bt_mesh_bridged_subnets_list
 Bridged Subnets List response. More...
 
struct  bt_mesh_bridging_table_list
 Bridging Table List response. More...
 

Macros

#define BT_MESH_SUBNET_BRIDGE_DIR_ONEWAY   1
 
#define BT_MESH_SUBNET_BRIDGE_DIR_TWOWAY   2
 

Enumerations

enum  bt_mesh_subnet_bridge_state { BT_MESH_SUBNET_BRIDGE_DISABLED , BT_MESH_SUBNET_BRIDGE_ENABLED }
 Subnet Bridge states. More...
 

Detailed Description

Macro Definition Documentation

◆ BT_MESH_SUBNET_BRIDGE_DIR_ONEWAY

#define BT_MESH_SUBNET_BRIDGE_DIR_ONEWAY   1

◆ BT_MESH_SUBNET_BRIDGE_DIR_TWOWAY

#define BT_MESH_SUBNET_BRIDGE_DIR_TWOWAY   2

Enumeration Type Documentation

◆ bt_mesh_subnet_bridge_state

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

Subnet Bridge states.

Enumerator
BT_MESH_SUBNET_BRIDGE_DISABLED 

Subnet bridge functionality is disabled.

BT_MESH_SUBNET_BRIDGE_ENABLED 

Subnet bridge state functionality is enabled.