nrfxlib API 3.3.99
Loading...
Searching...
No Matches
nrf_config_scan.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef NRF_SCAN_CONFIG_H__
8#define NRF_SCAN_CONFIG_H__
9
15#ifndef NRF_SCAN_ENABLED
16#define NRF_SCAN_ENABLED 0
17#endif
18
23#ifndef NRF_SCAN_RXFILTER_MAX_BUFFER_SIZE
24#define NRF_SCAN_RXFILTER_MAX_BUFFER_SIZE 4
25#endif // NRF_SCAN_RXFILTER_MAX_BUFFER_SIZE
26
32#ifndef NRF_SCAN_MAX_DATA_LENGTH
33#define NRF_SCAN_MAX_DATA_LENGTH 8
34#endif // NRF_SCAN_MAX_DATA_LENGTH
35
36#endif // NRF_SCAN_CONFIG_H__