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

◆ ble_scan_filters_disable()

uint32_t ble_scan_filters_disable ( struct ble_scan * scan)

#include <ble_scan.h>

Disable filtering.

Available when CONFIG_BLE_SCAN_FILTER is enabled. Disable all filters. Even if the automatic connection establishing is enabled, the connection will not be established with the first device found after this function is called.

Parameters
[in,out]scanScan library instance.
Return values
NRF_SUCCESSIf filters are disabled successfully.
NRF_ERROR_NULLIf a NULL pointer is passed as input.