1.2.2.1.1.1.56 Scan modes

C

#define BLE_GAP_SCAN_MODE_GENERAL_DISCOVERY                     0x00
#define BLE_GAP_SCAN_MODE_LIMITED_DISCOVERY                     0x01
#define BLE_GAP_SCAN_MODE_OBSERVER                              0x02

Description

The definition of scanning mode.

Macro Definition

MacroDescription
BLE_GAP_SCAN_MODE_GENERAL_DISCOVERYDevices in general or limited advertising mode will be reported.
BLE_GAP_SCAN_MODE_LIMITED_DISCOVERYOnly devices in limited advertising mode will be reported.
BLE_GAP_SCAN_MODE_OBSERVERNo filter policy. GAP will report all the advertisings.