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

MacroDescription
BLE_GAP_SCAN_TYPE_PASSIVE_SCANPassive scanning: No SCAN_REQ packets shall be sent. This is the default scan type.
BLE_GAP_SCAN_TYPE_ACTIVE_SCANActive scanning: SCAN_REQ packets may be sent to request additional advertising data.