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