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

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...
 

Detailed Description

BLEAppUtil Scan Init Structure.

Should be created by the application and initialized by calling BLEAppUtil_scanInit.

Field Documentation

§ advReportFields

uint16_t advReportFields

Bitmap of adv report fields to keep in the advertising report list.

§ fltDiscMode

uint8_t fltDiscMode

Filter by Discovery Mode.

§ fltDup

uint8_t fltDup

Filter out duplicated packets, determining by address and DID.

§ fltMinRssi

int8_t fltMinRssi

Filter by RSSI. Only packets received with the specified RSSI or above will be reported.

§ fltPduType

uint16_t fltPduType

Filter by type of PDU.

§ fltPolicy

uint8_t fltPolicy

Scanning filter policy regarding White List and Adv type.

§ primPhy

uint8_t primPhy

Primary PHY(s). Individual PHY values can be OR'ed.

§ scanInterval

uint16_t scanInterval

Scanning interval.

§ scanPhys

uint8_t scanPhys

PHYs on which Advs should be received on the primary Adv channel.

§ scanType

Scanning type. Passive or Active.

§ scanWindow

uint16_t scanWindow

Scanning window.


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