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
 

Detailed Description

Configuration for advertising on secondary channel.

Definition at line 573 of file ble_gapm.h.

Member Data Documentation

◆ adv_sid

uint8_t ble_gap_adv_second_cfg_t::adv_sid

Advertising SID. Allowed range is 0x00 to 0x0F.

Definition at line 577 of file ble_gapm.h.

◆ max_skip

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.

◆ phy

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.


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