#include <softperipheral/sCAN/include/nrf_scan.h>
sCAN operation mode definitions
| Enumerator |
|---|
| NRF_SCAN_MODE_NORMAL | Normal mode of operation, RX/TX, uses ID filters, TX will be attemted until success.
|
| NRF_SCAN_MODE_LOOPBACK | To test API, moves TX data to RX data via SW.
|
| NRF_SCAN_MODE_LISTENONLY | Listen only mode of operation, can't send dominant bits
|
| NRF_SCAN_MODE_ONESHOT | Same as normal mode of operation but TX attempts happen only once
|