GAP Scanner filter policies

S140 SoftDevice v7.0.1 API

Detailed Description

Macro Definition Documentation

#define BLE_GAP_SCAN_FP_ACCEPT_ALL   0x00

Accept all advertising packets except directed advertising packets not addressed to this device.

#define BLE_GAP_SCAN_FP_ALL_NOT_RESOLVED_DIRECTED   0x02

Accept all advertising packets specified in BLE_GAP_SCAN_FP_ACCEPT_ALL . In addition, accept directed advertising packets, where the advertiser's address is a resolvable private address that cannot be resolved.

#define BLE_GAP_SCAN_FP_WHITELIST   0x01

Accept advertising packets from devices in the whitelist except directed packets not addressed to this device.

#define BLE_GAP_SCAN_FP_WHITELIST_NOT_RESOLVED_DIRECTED   0x03

Accept all advertising packets specified in BLE_GAP_SCAN_FP_WHITELIST . In addition, accept directed advertising packets, where the advertiser's address is a resolvable private address that cannot be resolved.