1.1.2.1.1.3.34 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
Extended advertising enable parameters.
Field Documentation
| Field | Description |
|---|---|
| advHandle | Identifies which advertising set to be enabled or disabled (Range: 0 to 0xEF). See Maximum advertising handle. |
| duration | Indicate the duration for which that advertising set is enabled. Set 0x0000 to countinue advertising until user disables it. Unit: 10 ms. |
| maxExtAdvEvts | Indicate the maximum number of extended advertising events that shall be sent prior to disabling the extended advertising set even if the duration parameter has not expired. |
