Scan filter duplicate options

C

#define BLE_GAP_SCAN_FD_DISABLE                                 (0x00U)
#define BLE_GAP_SCAN_FD_ENABLE                                  (0x01U)
#define BLE_GAP_SCAN_FD_ENABLE_RESET                            (0x02U)

Description

Defines the options for filtering duplicate advertising reports during scanning.

Macro Definition

MacroDescription
Scan filter duplicate options_DISABLEDuplicate filtering disabled: All advertising packets are reported.
Scan filter duplicate options_ENABLEDuplicate filtering enabled: Only one report is provided for each advertising device.
Scan filter duplicate options_ENABLE_RESETDuplicate filtering enabled with reset: Similar to Scan filter duplicate options_ENABLE, but the list of seen devices is cleared when scanning is restarted. Valid only for extended scanning enabled by BLE_GAP_ExtScanningEnable_T.