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... | |
ble_gap_le_phy_value_t | phy |
Indicate on which PHY primary advertising has to be performed. More... | |
Configuration for advertising on primary channel.
Definition at line 562 of file ble_gapm.h.
uint32_t ble_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 565 of file ble_gapm.h.
uint32_t ble_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 564 of file ble_gapm.h.
uint8_t ble_gap_adv_prim_cfg_t::chnl_map |
Bit field indicating the channel map.
See GAP ADV CHANNEL (bitmask).
Definition at line 566 of file ble_gapm.h.
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 567 of file ble_gapm.h.