![]() |
![]() |
|
TI BLE5-Stack API Documentation
9.14.00
|
BLEAppUtil Scan Init Structure. More...
Data Fields | |
| uint16_t | advReportFields |
| Bitmap of adv report fields to keep in the advertising report list. More... | |
| uint8_t | fltDiscMode |
| Filter by Discovery Mode. More... | |
| uint8_t | fltDup |
| Filter out duplicated packets, determining by address and DID. More... | |
| int8_t | fltMinRssi |
| Filter by RSSI. Only packets received with the specified RSSI or above will be reported. More... | |
| uint16_t | fltPduType |
| Filter by type of PDU. More... | |
| uint8_t | fltPolicy |
| Scanning filter policy regarding White List and Adv type. More... | |
| uint8_t | primPhy |
| Primary PHY(s). Individual PHY values can be OR'ed. More... | |
| uint16_t | scanInterval |
| Scanning interval. More... | |
| uint8_t | scanPhys |
| PHYs on which Advs should be received on the primary Adv channel. More... | |
| GapScan_ScanType_t | scanType |
| Scanning type. Passive or Active. More... | |
| uint16_t | scanWindow |
| Scanning window. More... | |
BLEAppUtil Scan Init Structure.
Should be created by the application and initialized by calling BLEAppUtil_scanInit.
| uint16_t advReportFields |
Bitmap of adv report fields to keep in the advertising report list.
| uint8_t fltDiscMode |
Filter by Discovery Mode.
| uint8_t fltDup |
Filter out duplicated packets, determining by address and DID.
| int8_t fltMinRssi |
Filter by RSSI. Only packets received with the specified RSSI or above will be reported.
| uint16_t fltPduType |
Filter by type of PDU.
| uint8_t fltPolicy |
Scanning filter policy regarding White List and Adv type.
| uint8_t primPhy |
Primary PHY(s). Individual PHY values can be OR'ed.
| uint16_t scanInterval |
Scanning interval.
| uint8_t scanPhys |
PHYs on which Advs should be received on the primary Adv channel.
| GapScan_ScanType_t scanType |
Scanning type. Passive or Active.
| uint16_t scanWindow |
Scanning window.