![]() |
![]() |
|
TI BLE5-Stack API Documentation
9.14.00
|
BLEAppUtil Scan Start Structure. More...
Data Fields | |
| uint8_t | maxNumReport |
| uint16_t | scanDuration |
| uint16_t | scanPeriod |
BLEAppUtil Scan Start Structure.
Should be created by the application and passed to BLEAppUtil_scanStart.
| 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.
| 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.
| uint16_t scanPeriod |
Scan period. Ignored if duration is zero. 1.28 sec unit. Range: 0x00-0xffff, where 0x00 is continuously scanning.