Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_mesh_bridging_table_entry Struct Reference

Bridging Table state entry corresponding to a entry in the Bridging Table. More...

#include <brg_cfg.h>

Data Fields

uint8_t directions
 Allowed directions for the bridged traffic (or bridged traffic not allowed)
 
uint16_t net_idx1
 NetKey Index of the first subnet.
 
uint16_t net_idx2
 NetKey Index of the second subnet.
 
uint16_t addr1
 Address of the node in the first subnet.
 
uint16_t addr2
 Address of the node in the second subnet.
 

Detailed Description

Bridging Table state entry corresponding to a entry in the Bridging Table.

Field Documentation

◆ addr1

uint16_t bt_mesh_bridging_table_entry::addr1

Address of the node in the first subnet.

◆ addr2

uint16_t bt_mesh_bridging_table_entry::addr2

Address of the node in the second subnet.

◆ directions

uint8_t bt_mesh_bridging_table_entry::directions

Allowed directions for the bridged traffic (or bridged traffic not allowed)

◆ net_idx1

uint16_t bt_mesh_bridging_table_entry::net_idx1

NetKey Index of the first subnet.

◆ net_idx2

uint16_t bt_mesh_bridging_table_entry::net_idx2

NetKey Index of the second subnet.


The documentation for this struct was generated from the following file: