BLE_GAP_ExtAdvEnableParams_T

C

typedef struct BLE_GAP_ExtAdvEnableParams_T
{
    uint8_t                 advHandle;
    uint16_t                duration;
    uint8_t                 maxExtAdvEvts;
}BLE_GAP_ExtAdvEnableParams_T;

Description

Structure for configuring extended advertising enable parameters.

Field Documentation

FieldDescription
advHandleIdentifies the advertising set to be enabled or disabled. Valid range: 0 to 0xEF. Refer to Maximum advertising handle for the maximum value.
durationDuration for which the advertising set is enabled. Set to 0x0000 for continuous advertising until manually disabled. Unit: 10 ms.
maxExtAdvEvtsMaximum number of extended advertising events to be sent before the advertising set is disabled, even if the duration has not expired.