Configuration for advertising on secondary channel. More...
#include <ble_gapm.h>
Public Attributes | |
uint8_t | max_skip |
Maximum number of advertising events the controller can skip before sending the AUX_ADV_IND packets. More... | |
ble_gap_le_phy_value_t | phy |
Indicate on which PHY secondary advertising has to be performed. More... | |
uint8_t | adv_sid |
Advertising SID. More... | |
Configuration for advertising on secondary channel.
Definition at line 573 of file ble_gapm.h.
uint8_t ble_gap_adv_second_cfg_t::adv_sid |
uint8_t ble_gap_adv_second_cfg_t::max_skip |
Maximum number of advertising events the controller can skip before sending the AUX_ADV_IND packets.
The range is 0x00 to 0xFF. 0x00 means that AUX_ADV_IND PDUs shall be sent prior to each advertising events.
Definition at line 575 of file ble_gapm.h.
ble_gap_le_phy_value_t ble_gap_adv_second_cfg_t::phy |
Indicate on which PHY secondary advertising has to be performed.
See enum ble_gap_le_phy_value_t.
Definition at line 576 of file ble_gapm.h.