zephyr/tests/bluetooth/audio/cap_commander/include/test_common.h
Andries Kruithof bb3bab7a34 Bluetooth: Audio: implement the distribute broadcast code procedure
Implemenation of the distribute broadcast code CAP procedure, as well
as unittesting

Signed-off-by: Andries Kruithof <andries.kruithof@nordicsemi.no>
2024-11-25 21:52:53 +01:00

16 lines
289 B
C

/* test_common.h */
/*
* Copyright (c) 2024 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
#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);