S140 SoftDevice v7.2.0
Macros
GAP Scanner filter policies

Macros

#define BLE_GAP_SCAN_FP_ACCEPT_ALL   0x00
 
#define BLE_GAP_SCAN_FP_WHITELIST   0x01
 
#define BLE_GAP_SCAN_FP_ALL_NOT_RESOLVED_DIRECTED   0x02
 
#define BLE_GAP_SCAN_FP_WHITELIST_NOT_RESOLVED_DIRECTED   0x03
 

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.


Documentation feedback | Developer Zone | Subscribe | Updated