nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches

◆ scan

int(* dect_nr_hal_api::scan) (const struct device *dev, struct dect_scan_params *params, dect_scan_result_cb_t cb)

Scan for dect beacons.

Parameters
devPointer to the device structure for the driver instance.
paramsScan parameters.
cbCallback to be called for each result cb parameter is the cb that should be called for each result by the driver.
Returns
0 if ok, < 0 if error.