Scan types
C
#define BLE_GAP_SCAN_TYPE_PASSIVE_SCAN 0x00 #define BLE_GAP_SCAN_TYPE_ACTIVE_SCAN 0x01
Description
Defines the types of scanning methods that can be used.
Macro Definition
| Macro | Description | 
|---|---|
| BLE_GAP_SCAN_TYPE_PASSIVE_SCAN | Passive scanning: No SCAN_REQ packets shall be sent. This is the default scan type. | 
| BLE_GAP_SCAN_TYPE_ACTIVE_SCAN | Active scanning: SCAN_REQ packets may be sent to request additional advertising data. | 
