Configuration for advertising on primary channel. More...

#include <ble_gapm.h>

Public Attributes

uint32_t adv_intv_min
 
uint32_t adv_intv_max
 
uint8_t chnl_map
 
ble_gap_le_phy_value_t phy
 

Detailed Description

Configuration for advertising on primary channel.

Definition at line 576 of file ble_gapm.h.

Member Data Documentation

◆ adv_intv_max

uint32_t ble_gap_adv_prim_cfg_t::adv_intv_max

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

Definition at line 579 of file ble_gapm.h.

◆ adv_intv_min

uint32_t ble_gap_adv_prim_cfg_t::adv_intv_min

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

Definition at line 578 of file ble_gapm.h.

◆ chnl_map

uint8_t ble_gap_adv_prim_cfg_t::chnl_map

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

Definition at line 580 of file ble_gapm.h.

◆ phy

ble_gap_le_phy_value_t ble_gap_adv_prim_cfg_t::phy

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

Definition at line 581 of file ble_gapm.h.


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