![]() |
nRF Connect SDK API 3.3.99
|
| CHIP_ERROR Nrf::BLEConnectivityManager::Scan | ( | ScanDoneCallback | callback, |
| void * | context, | ||
| uint32_t | scanTimeoutMs = kScanTimeoutMs ) |
Start scanning for Bluetooth LE peripheral devices advertising service UUIDs passed in Init method.
| callback | callback with results to be called once scan is done |
| context | context that will be passed as an argument once calling callback |
| scanTimeoutMs | optional timeout on scan operation in ms (by default 10 s) |