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.
- mesh/bearer/api/advertiser.h