Add the Basic Audio Profile (BAP) unicast server functionality. This allows a device to act as the unicast server role, which can accept unicast streams initiated by a unicast client. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
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;
|