Zephyr API 3.6.99
|
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. | |
Bridging Table state entry corresponding to a entry in the Bridging Table.
uint16_t bt_mesh_brg_cfg_table_entry::addr1 |
Address of the node in the first subnet.
uint16_t bt_mesh_brg_cfg_table_entry::addr2 |
Address of the node in the second subnet.
uint8_t bt_mesh_brg_cfg_table_entry::directions |
Allowed directions for the bridged traffic (or bridged traffic not allowed)
uint16_t bt_mesh_brg_cfg_table_entry::net_idx1 |
NetKey Index of the first subnet.
uint16_t bt_mesh_brg_cfg_table_entry::net_idx2 |
NetKey Index of the second subnet.