1 /* test_common.h */
2 
3 /*
4  * Copyright (c) 2024 Nordic Semiconductor ASA
5  *
6  * SPDX-License-Identifier: Apache-2.0
7  */
8 
9 #define BROADCAST_CODE "BroadcastCode"
10 #define RANDOM_SRC_ID  0x55
11 
12 void test_mocks_init(void);
13 void test_mocks_cleanup(void);
14 
15 void test_conn_init(struct bt_conn *conn);
16