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

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_simplelist
 Pointer to allocated buffer for storing list of bridged addresses and directions.
 

Detailed Description

Bridging Table List response.

Field Documentation

◆ list

struct net_buf_simple* bt_mesh_bridging_table_list::list

Pointer to allocated buffer for storing list of bridged addresses and directions.

◆ net_idx1

uint16_t bt_mesh_bridging_table_list::net_idx1

NetKey Index of the first subnet.

◆ net_idx2

uint16_t bt_mesh_bridging_table_list::net_idx2

NetKey Index of the second subnet.

◆ start_idx

uint16_t bt_mesh_bridging_table_list::start_idx

Start offset in units of bridging table state entries.

◆ status

uint8_t bt_mesh_bridging_table_list::status

Status Code of the requesting message.


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