1.1.2.1.1.1.55 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
| Macro | Description |
|---|---|
| BLE_GAP_SCAN_MODE_GENERAL_DISCOVERY | Devices in general or limited advertising mode will be reported. |
| BLE_GAP_SCAN_MODE_LIMITED_DISCOVERY | Only devices in limited advertising mode will be reported. |
| BLE_GAP_SCAN_MODE_OBSERVER | No filter policy. GAP will report all the advertisings. |
