1.1.2.1.1.1.56 Scan type
C
#define BLE_GAP_SCAN_TYPE_PASSIVE_SCAN 0x00 #define BLE_GAP_SCAN_TYPE_ACTIVE_SCAN 0x01
Description
The definition of scan types.
Macro Definition
Macro | Description |
---|---|
BLE_GAP_SCAN_TYPE_PASSIVE_SCAN | Passive Scanning. No SCAN_REQ packets shall be sent (default). |
BLE_GAP_SCAN_TYPE_ACTIVE_SCAN | Active Scanning. SCAN_REQ packets may be sent. |