nRF Connect SDK Bare Metal API 2.0.99
Loading...
Searching...
No Matches

◆ ble_scan_all_filter_remove()

uint32_t ble_scan_all_filter_remove ( struct ble_scan * scan)

#include <ble_scan.h>

Remove all filters.

Available when CONFIG_BLE_SCAN_FILTER is enabled. The function removes all previously set filters.

Note
After using this function the filters are still enabled.
Parameters
[in,out]scanScan library instance.
Return values
NRF_SUCCESSIf all filters are removed successfully.