![]() |
nRF Connect SDK Bare Metal API 2.0.99
|
Filter data. More...
#include <bm/bluetooth/ble_scan.h>
Data Fields | |
| struct ble_scan_name_filter | name_filter |
| struct ble_scan_short_name_filter | short_name_filter |
| struct ble_scan_addr_filter | addr_filter |
| struct ble_scan_uuid_filter | uuid_filter |
| struct ble_scan_appearance_filter | appearance_filter |
| bool | all_filters_mode |
Filter data.
This contains all filter data and the information about enabling and disabling any type of filters. Flag all_filter_mode informs about the filter mode. If this flag is set, then all types of enabled filters must be matched for the library to send a notification to the main application. Otherwise, it is enough to match one of the filters to send a notification.