Configuration for advertising on primary channel. More...

#include <ble_gapm.h>

Data Fields

uint32_t adv_intv_min
 
uint32_t adv_intv_max
 
uint8_t chnl_map
 
gap_le_phy_value_t phy
 

Detailed Description

Configuration for advertising on primary channel.

Field Documentation

◆ adv_intv_max

uint32_t gap_adv_prim_cfg_t::adv_intv_max

Maximum advertising interval (in unit of 625 us). Must be greater than 20 ms.

◆ adv_intv_min

uint32_t gap_adv_prim_cfg_t::adv_intv_min

Minimum advertising interval (in unit of 625 us). Must be greater than 20 ms.

◆ chnl_map

uint8_t gap_adv_prim_cfg_t::chnl_map

Bit field indicating the channel map. See GAP ADV CHANNEL (bitmask).

◆ phy

gap_le_phy_value_t gap_adv_prim_cfg_t::phy

Indicate on which PHY primary advertising has to be performed. See enum gap_le_phy_value_t. Note that LE 2M PHY is not allowed and that legacy advertising only supports LE 1M PHY.


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