nRF5 SDK v15.3.0
Macros
Filter modes

Macros

#define NRF_BLE_SCAN_NAME_FILTER   (0x01)
 
#define NRF_BLE_SCAN_ADDR_FILTER   (0x02)
 
#define NRF_BLE_SCAN_UUID_FILTER   (0x04)
 
#define NRF_BLE_SCAN_APPEARANCE_FILTER   (0x08)
 
#define NRF_BLE_SCAN_SHORT_NAME_FILTER   (0x10)
 
#define NRF_BLE_SCAN_ALL_FILTER   (0x1F)
 

Detailed Description

Macro Definition Documentation

#define NRF_BLE_SCAN_ADDR_FILTER   (0x02)

Filters the device address.

#define NRF_BLE_SCAN_ALL_FILTER   (0x1F)

Uses the combination of all filters.

#define NRF_BLE_SCAN_APPEARANCE_FILTER   (0x08)

Filters the appearance.

#define NRF_BLE_SCAN_NAME_FILTER   (0x01)

Filters the device name.

#define NRF_BLE_SCAN_SHORT_NAME_FILTER   (0x10)

Filters the device short name.

#define NRF_BLE_SCAN_UUID_FILTER   (0x04)

Filters the UUID.


Documentation feedback | Developer Zone | Subscribe | Updated