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
| Field | Description |
|---|---|
| advHandle | Identifies the advertising set to be enabled or disabled. Valid range: 0 to 0xEF. Refer to Maximum advertising handle for the maximum value. |
| duration | Duration for which the advertising set is enabled. Set to 0x0000 for continuous advertising until manually disabled. Unit: 10 ms. |
| maxExtAdvEvts | Maximum number of extended advertising events to be sent before the advertising set is disabled, even if the duration has not expired. |
