![]() |
nRF Connect SDK Bare Metal API 2.0.99
|
| 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.
| [in,out] | scan | Scan library instance. |
| NRF_SUCCESS | If filters are disabled successfully. |
| NRF_ERROR_NULL | If a NULL pointer is passed as input. |