zephyr/tests/bluetooth/audio/cap_commander/include/test_common.h
Emil Gydesen 026a2c54ae tests: Bluetooth: Audio: Spring cleanup for audio test files
Add missing and remove unused includes. Fix spelling mistakes.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2025-02-04 12:03:04 +01:00

18 lines
325 B
C

/* test_common.h */
/*
* Copyright (c) 2024 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/bluetooth/conn.h>
#define BROADCAST_CODE "BroadcastCode"
#define RANDOM_SRC_ID 0x55
void test_mocks_init(void);
void test_mocks_cleanup(void);
void test_conn_init(struct bt_conn *conn);