nRF5 SDK v15.3.0
Data Fields
nrf_ble_scan_filter_match Struct Reference

Structure for setting the filter status. More...

#include <nrf_ble_scan.h>

Data Fields

uint8_t name_filter_match: 1
 
uint8_t address_filter_match: 1
 
uint8_t uuid_filter_match: 1
 
uint8_t appearance_filter_match: 1
 
uint8_t short_name_filter_match: 1
 

Detailed Description

Structure for setting the filter status.

This structure is used for sending filter status to the main application.

Field Documentation

uint8_t nrf_ble_scan_filter_match::address_filter_match

Set to 1 if address filter is matched.

uint8_t nrf_ble_scan_filter_match::appearance_filter_match

Set to 1 if appearance filter is matched.

uint8_t nrf_ble_scan_filter_match::name_filter_match

Set to 1 if name filter is matched.

uint8_t nrf_ble_scan_filter_match::short_name_filter_match

Set to 1 if short name filter is matched.

uint8_t nrf_ble_scan_filter_match::uuid_filter_match

Set to 1 if uuid filter is matched.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated