BLE_GAP_PeriAdvParams_T

C

typedef struct BLE_GAP_PeriAdvParams_T
{
    uint8_t                 advHandle;
    uint16_t                intervalMin;
    uint16_t                intervalMax;
    uint16_t                properties;
} BLE_GAP_PeriAdvParams_T;

Description

Structure for configuring periodic advertising parameters.

Field Documentation

FieldDescription
advHandleIdentifies the advertising set whose periodic advertising parameters are being configured. Valid range: 0 to 0xEF. Refer to Maximum advertising handle for the maximum value.
intervalMinMinimum interval for periodic advertising. Unit: 1.25 ms. Refer to Periodic advertising interval for more details.
intervalMaxMaximum interval for periodic advertising. Unit: 1.25 ms. Refer to Periodic advertising interval for more details.
propertiesBitfield indicating the fields to be included in the advertising packet. Combinations of bits from Periodic advertising properties define the properties.