Structure representing the parameters for periodic advertising in BLE.
Public Attributes#
uint8_t, Advertising Handle , this parameter identifies the advertising set whose periodic advertising parameters are being configured Rang : 0x00 to 0xEF
uint16_t, Minimum Interval,Minimum advertising interval for periodic advertising.Range: 0x0006 to 0xFFFF
uint16_t, Maximum Interval,Maximum advertising interval for periodic advertising.Range: 0x0006 to 0xFFFF
uint16_t, Periodic Advertising Properties, this parameter indicates which fields should be included in the advertising packet Bit Number, 6: Include TxPower in the advertising PDU All other Values - Reserved For future use
Public Attribute Documentation#
adv_handle#
uint8_t ae_periodic_adv_params::adv_handle
uint8_t, Advertising Handle , this parameter identifies the advertising set whose periodic advertising parameters are being configured Rang : 0x00 to 0xEF
min_interval#
uint16_t ae_periodic_adv_params::min_interval
uint16_t, Minimum Interval,Minimum advertising interval for periodic advertising.Range: 0x0006 to 0xFFFF
max_interval#
uint16_t ae_periodic_adv_params::max_interval
uint16_t, Maximum Interval,Maximum advertising interval for periodic advertising.Range: 0x0006 to 0xFFFF
properties#
uint16_t ae_periodic_adv_params::properties
uint16_t, Periodic Advertising Properties, this parameter indicates which fields should be included in the advertising packet Bit Number, 6: Include TxPower in the advertising PDU All other Values - Reserved For future use