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 address of the scanner or initiator 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 address of the initiator or scanner is a resolvable private address that cannot be resolved.