nRF5 SDK for Mesh v5.0.0
Data Fields
advertiser_channels_t Struct Reference

Advertiser channel configuration. More...

#include <advertiser.h>

Data Fields

uint8_t channel_map [BEARER_ADV_CHANNELS_MAX]
 Array of radio channels to send on. More...
 
uint8_t count
 Number of channels in the channel_map. More...
 
bool randomize_order
 If set, the advertiser will randomize the order of the advertisement channels before each transmit. More...
 

Detailed Description

Advertiser channel configuration.

Definition at line 79 of file advertiser.h.

Field Documentation

◆ channel_map

uint8_t advertiser_channels_t::channel_map[BEARER_ADV_CHANNELS_MAX]

Array of radio channels to send on.

Definition at line 82 of file advertiser.h.

◆ count

uint8_t advertiser_channels_t::count

Number of channels in the channel_map.

Definition at line 84 of file advertiser.h.

◆ randomize_order

bool advertiser_channels_t::randomize_order

If set, the advertiser will randomize the order of the advertisement channels before each transmit.

Definition at line 86 of file advertiser.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated