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

BLEAppUtil Scan Start Structure. More...

Data Fields

uint8_t maxNumReport
 
uint16_t scanDuration
 
uint16_t scanPeriod
 

Detailed Description

BLEAppUtil Scan Start Structure.

Should be created by the application and passed to BLEAppUtil_scanStart.

Field Documentation

§ maxNumReport

uint8_t maxNumReport

If non-zero, the list of advertising reports (the number of which is up to maxNumReport) will be generated and come with BLEAPPUTIL_SCAN_DISABLED.

§ scanDuration

uint16_t scanDuration

Scan duration. 10 ms unit. The time of duration shall be greater than the time of scan interval set by BLEAppUtil_scanInit. Range: 0x00-0xffff, where 0x00 is continuously scanning.

§ scanPeriod

uint16_t scanPeriod

Scan period. Ignored if duration is zero. 1.28 sec unit. Range: 0x00-0xffff, where 0x00 is continuously scanning.


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