![]() |
![]() |
|
TI BLE5-Stack API Documentation
9.14.00
|
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... | |
BLEAppUtil Adv Start Structure.
Should be created by the application and passed to BLEAppUtil_advStart.
| 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
| 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