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

MacroDescription
BLE_GAP_SCAN_TYPE_PASSIVE_SCANPassive Scanning. No SCAN_REQ packets shall be sent (default).
BLE_GAP_SCAN_TYPE_ACTIVE_SCANActive Scanning. SCAN_REQ packets may be sent.