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
Macro | Description |
---|---|
Scan filter policies_ACCEPT_ALL | Accept all advertising packets except directed advertising not addressed to this device. |
Scan filter policies_ACCEPT_LIST | Accept advertising packets only from devices on the filter accept list. |
Scan filter policies_NOT_RESOLVED_DIRECTED | Accept 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_DIRECTED | Accept 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. |