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 |
Configuration for advertising on primary channel.
| uint32_t gap_adv_prim_cfg_t::adv_intv_max |
Maximum advertising interval (in unit of 625 us). Must be greater than 20 ms.
| uint32_t gap_adv_prim_cfg_t::adv_intv_min |
Minimum advertising interval (in unit of 625 us). Must be greater than 20 ms.
| uint8_t gap_adv_prim_cfg_t::chnl_map |
Bit field indicating the channel map. See GAP ADV CHANNEL (bitmask).
| 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.