Zephyr API Documentation 4.2.0-rc3
A Scalable Open Source RTOS
 4.2.0-rc3
bt_mesh_brg_cfg_subnets_list Struct Reference

Bridged Subnets List response. More...

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

Data Fields

struct bt_mesh_brg_cfg_filter_netkey net_idx_filter
 Filter applied NetKey Indexes, and NetKey Index used for filtering.
uint8_t start_idx
 Start offset in units of bridges.
struct net_buf_simplelist
 Pointer to allocated buffer for storing filtered of NetKey Indexes.

Detailed Description

Bridged Subnets List response.

Field Documentation

◆ list

struct net_buf_simple* bt_mesh_brg_cfg_subnets_list::list

Pointer to allocated buffer for storing filtered of NetKey Indexes.

◆ net_idx_filter

struct bt_mesh_brg_cfg_filter_netkey bt_mesh_brg_cfg_subnets_list::net_idx_filter

Filter applied NetKey Indexes, and NetKey Index used for filtering.

◆ start_idx

uint8_t bt_mesh_brg_cfg_subnets_list::start_idx

Start offset in units of bridges.


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