TI BLE5-Stack API Documentation  9.14.00
Data Fields
BLEAppUtil_AdvStart_t Struct Reference

BLEAppUtil Adv Start Structure. More...

Data Fields

uint16_t durationOrMaxEvents
 
GapAdv_enableOptions_t enableOptions
 whether to advertise for the max possible time, for a user-specified duration, or for a user-specified number of advertising events More...
 

Detailed Description

BLEAppUtil Adv Start Structure.

Should be created by the application and passed to BLEAppUtil_advStart.

Field Documentation

§ durationOrMaxEvents

uint16_t durationOrMaxEvents

If enableOptions is set to GAP_ADV_ENABLE_OPTIONS_USE_DURATION, this is the time (in 10 ms ticks) to advertise before stopping where the range is 10 ms - 655,540 ms If enableOptions is set to GAP_ADV_ENABLE_OPTIONS_USE_MAX_EVENTS, this is the maximum number of advertisements to send before stopping, where the range is 1-256 If enableOptions is set to GAP_ADV_ENABLE_OPTIONS_USE_MAX, this parameter is not used If enableOptions is set to GAP_ADV_ENABLE_OPTIONS_USE_DURATION, this is the time (in 10 ms ticks) to advertise before stopping where the range is 10 ms - 655,540 ms

§ enableOptions

GapAdv_enableOptions_t enableOptions

whether to advertise for the max possible time, for a user-specified duration, or for a user-specified number of advertising events


The documentation for this struct was generated from the following file:
© Copyright 1995-2025, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale