Zephyr API Documentation 4.0.0-rc2
A Scalable Open Source RTOS
|
Bridging Table List response. More...
#include <brg_cfg.h>
Data Fields | |
uint8_t | status |
Status Code of the requesting message. | |
uint16_t | net_idx1 |
NetKey Index of the first subnet. | |
uint16_t | net_idx2 |
NetKey Index of the second subnet. | |
uint16_t | start_idx |
Start offset in units of bridging table state entries. | |
struct net_buf_simple * | list |
Pointer to allocated buffer for storing list of bridged addresses and directions. | |
Bridging Table List response.
struct net_buf_simple* bt_mesh_brg_cfg_table_list::list |
Pointer to allocated buffer for storing list of bridged addresses and directions.
uint16_t bt_mesh_brg_cfg_table_list::net_idx1 |
NetKey Index of the first subnet.
uint16_t bt_mesh_brg_cfg_table_list::net_idx2 |
NetKey Index of the second subnet.
uint16_t bt_mesh_brg_cfg_table_list::start_idx |
Start offset in units of bridging table state entries.
uint8_t bt_mesh_brg_cfg_table_list::status |
Status Code of the requesting message.