Scan filter policies

C

#define BLE_GAP_SCAN_FP_ACCEPT_ALL                              (0x00U)
#define BLE_GAP_SCAN_FP_ACCEPT_LIST                             (0x01U)
#define BLE_GAP_SCAN_FP_NOT_RESOLVED_DIRECTED                   (0x02U)
#define BLE_GAP_SCAN_FP_ACCEPT_LIST_NOT_RESOLVED_DIRECTED       (0x03U)

Description

Defines the scanning filter policies.

Macro Definition

MacroDescription
Scan filter policies_ACCEPT_ALLAccept all advertising packets except directed advertising not addressed to this device.
Scan filter policies_ACCEPT_LISTAccept advertising packets only from devices on the filter accept list.
Scan filter policies_NOT_RESOLVED_DIRECTEDAccept all advertising packets, including directed advertising with a TargetA as a resolvable private address that cannot be resolved. Only applicable for BLE_GAP_SetExtScanningParams.
Scan filter policies_ACCEPT_LIST_NOT_RESOLVED_DIRECTEDAccept advertising packets from devices on the filter accept list, including directed advertising with a TargetA as a resolvable private address that cannot be resolved. Only applicable for BLE_GAP_SetExtScanningParams.