12 lines
244 B
C
12 lines
244 B
C
|
/* Bluetooth Audio Unicast Server */
|
||
|
|
||
|
/*
|
||
|
* Copyright (c) 2021-2022 Nordic Semiconductor ASA
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
#include <bluetooth/audio/audio.h>
|
||
|
|
||
|
extern const struct bt_audio_unicast_server_cb *unicast_server_cb;
|