1 /*
2  * Common functions and helpers for ISO broadcast tests
3  *
4  * Copyright (c) 2024 Nordic Semiconductor ASA
5  *
6  * SPDX-License-Identifier: Apache-2.0
7  */
8 
9 #include "bs_types.h"
10 #include "bs_tracing.h"
11 #include "bstests.h"
12 
13 #define WAIT_TIME (30e6) /* 30 seconds*/
14 
15 void test_init(void);
16 void test_tick(bs_time_t HW_device_time);
17