Configuration for advertising on secondary channel. More...
#include <ble_gapm.h>
Public Attributes | |
uint8_t | max_skip |
ble_gap_le_phy_value_t | phy |
uint8_t | adv_sid |
Configuration for advertising on secondary channel.
Definition at line 605 of file ble_gapm.h.
uint8_t ble_gap_adv_second_cfg_t::adv_sid |
Advertising SID. Allowed range is 0x00 to 0x0F.
Definition at line 610 of file ble_gapm.h.
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 607 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 609 of file ble_gapm.h.