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

Configuration of the advertiser to be used when sending the packets. More...

#include <advertiser.h>

Data Fields

ble_gap_addr_t adv_addr
 On init the advertiser will use the address in the device FICR. More...
 
uint32_t advertisement_interval_us
 On init the advertiser will use BEARER_ADV_INT_DEFAULT_MS. More...
 
advertiser_channels_t channels
 On init the advertiser will use all the default BLE advertisement channels, without randomization. More...
 

Detailed Description

Configuration of the advertiser to be used when sending the packets.

Definition at line 91 of file advertiser.h.

Field Documentation

◆ adv_addr

ble_gap_addr_t advertiser_config_t::adv_addr

On init the advertiser will use the address in the device FICR.

Definition at line 94 of file advertiser.h.

Referenced by advertiser_address_get().

◆ advertisement_interval_us

uint32_t advertiser_config_t::advertisement_interval_us

On init the advertiser will use BEARER_ADV_INT_DEFAULT_MS.

Definition at line 96 of file advertiser.h.

Referenced by advertiser_interval_get().

◆ channels

advertiser_channels_t advertiser_config_t::channels

On init the advertiser will use all the default BLE advertisement channels, without randomization.

Definition at line 98 of file advertiser.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated