Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
st_ble_gap_perd_adv_param_t Struct Reference

Periodic advertising parameter. More...

Data Fields

uint8_t adv_hdl
 Advertising handle identifying the advertising set to be set periodic advertising parameter. More...
 
uint16_t prop_type
 Periodic ADV Properties. More...
 
uint16_t perd_intv_min
 Minimum Periodic Advertising Interval. More...
 
uint16_t perd_intv_max
 Maximum Periodic Advertising Interval. More...
 

Detailed Description

Periodic advertising parameter.

Field Documentation

◆ adv_hdl

uint8_t st_ble_gap_perd_adv_param_t::adv_hdl

Advertising handle identifying the advertising set to be set periodic advertising parameter.

Valid range is 0x00 - 0x03.

◆ prop_type

uint16_t st_ble_gap_perd_adv_param_t::prop_type

Periodic ADV Properties.

The prop_type field is set to the following values.
If the type of the periodic advertising data cannot be applied from the following, set 0x0000.

macro description
BLE_GAP_PERD_PROP_TX_POWER(0x0040) Indicate that periodic advertising data includes Tx Power.

◆ perd_intv_min

uint16_t st_ble_gap_perd_adv_param_t::perd_intv_min

Minimum Periodic Advertising Interval.

Time(ms) = perd_intv_min * 1.25.
Valid range is 0x0006 - 0xFFFF.

◆ perd_intv_max

uint16_t st_ble_gap_perd_adv_param_t::perd_intv_max

Maximum Periodic Advertising Interval.

Time(ms) = perd_intv_max * 1.25.
Valid range is 0x0006 - 0xFFFF.