zephyr/tests/bluetooth/audio/mocks/include/bluetooth.h
Emil Gydesen 830aa5f7da tests: Bluetooth: Add initial BAP Broadcast Source unit tests
Adds initial BAP Broadcast Source unit tests.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2023-09-11 11:06:52 +02:00

19 lines
307 B
C

/*
* Copyright (c) 2023 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef MOCKS_BLUETOOTH_H_
#define MOCKS_BLUETOOTH_H_
struct bt_le_ext_adv {
/* ID Address used for advertising */
uint8_t id;
/* Advertising handle */
uint8_t handle;
};
#endif /* MOCKS_BLUETOOTH_H_ */