![]() |
nRF Connect SDK Bare Metal API 2.0.99
|
| uint32_t ble_scan_start | ( | const struct ble_scan * | scan | ) |
#include <ble_scan.h>
Start scanning.
This function starts the scanning according to the configuration set during the initialization.
| [in] | scan | Scan library instance. |
| NRF_SUCCESS | If scanning started. |
| NRF_ERROR_NULL | If a NULL pointer is passed as input. |