Scan filter policies
C
#define BLE_GAP_SCAN_FP_ACCEPT_ALL 0x00 #define BLE_GAP_SCAN_FP_ACCEPT_LIST 0x01 #define BLE_GAP_SCAN_FP_NOT_RESOLVED_DIRECTED 0x02 #define BLE_GAP_SCAN_FP_ACCEPT_LIST_NOT_RESOLVED_DIRECTED 0x03
Description
Defines the scanning filter policies.
Macro Definition
Macro | Description |
---|---|
BLE_GAP_SCAN_FP_ACCEPT_ALL | Accept all advertising packets except directed advertising not addressed to this device. |
BLE_GAP_SCAN_FP_ACCEPT_LIST | Accept advertising packets only from devices on the filter accept list. |
BLE_GAP_SCAN_FP_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. |
BLE_GAP_SCAN_FP_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. |