nRF Connect SDK API 3.4.99
Loading...
Searching...
No Matches
Detecting Unwanted Location Trackers - test functionality

Test API for the Detecting Unwanted Location Trackers module. More...

Data Structures

struct  dult_test_motion_detector_separated_ut_period
 

Macros

#define DULT_TEST_MOTION_DETECTOR_PERIOD_MAX   (UINT32_MAX / MSEC_PER_SEC)
 

Functions

int dult_test_motion_detector_separated_ut_period_set (const struct dult_test_motion_detector_separated_ut_period *data)
 Override the DULT motion detector separated UT timing parameters.
 

Detailed Description

Test API for the Detecting Unwanted Location Trackers module.

This header collects all DULT test-mode APIs. Each feature has its own per-feature test Kconfig option (for example

CONFIG_DULT_MOTION_DETECTOR_TEST_MODE 

for the motion-detector test APIs), which in turn selects the umbrella

CONFIG_DULT_TEST 

option;

CONFIG_DULT_TEST 

is not enabled directly. Every API in this group requires its specific per-feature Kconfig option to be enabled and will return -ENOTSUP at runtime otherwise. Each function documents its specific per-feature Kconfig dependency in its own description.

The APIs in this group are not fully thread-safe and should be called from cooperative thread context.

Note
Test-mode APIs are intended for qualification and debug use only and MUST NOT be enabled in production builds.