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.
- components/ble/nrf_ble_scan/nrf_ble_scan.h