![]() |
S332 SoftDevice
v6.1.1
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API | S312 SoftDevice API | S332 SoftDevice API | S340 SoftDevice API |
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 |
#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.