Configuration for advertising on primary channel. More...

#include <ble_gapm.h>

Public Attributes

uint32_t adv_intv_min
 Minimum advertising interval (in unit of 625 us). More...
 
uint32_t adv_intv_max
 Maximum advertising interval (in unit of 625 us). More...
 
uint8_t chnl_map
 Bit field indicating the channel map. More...
 
gap_le_phy_value_t phy
 Indicate on which PHY primary advertising has to be performed. More...
 

Detailed Description

Configuration for advertising on primary channel.

Definition at line 534 of file ble_gapm.h.

Member Data 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.

Definition at line 537 of file ble_gapm.h.

◆ 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.

Definition at line 536 of file ble_gapm.h.

◆ chnl_map

uint8_t gap_adv_prim_cfg_t::chnl_map

Bit field indicating the channel map.

See GAP ADV CHANNEL (bitmask).

Definition at line 538 of file ble_gapm.h.

◆ 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.

Definition at line 539 of file ble_gapm.h.


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