1 /** 2 * Common functions and helpers 3 * 4 * Copyright (c) 2023 Nordic Semiconductor ASA 5 * 6 * SPDX-License-Identifier: Apache-2.0 7 */ 8 9 #ifndef ZEPHYR_TEST_BSIM_BT_AUDIO_TEST_ 10 #define ZEPHYR_TEST_BSIM_BT_AUDIO_TEST_ 11 12 #include <stdint.h> 13 14 extern uint8_t mfg_data[254]; 15 16 #endif /* ZEPHYR_TEST_BSIM_BT_AUDIO_TEST_ */ 17