Bluetooth: Audio: Add bap prefix to BAP internal files

All internal files that implement BAP now has the
bap_ prefix.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
Emil Gydesen 2023-02-20 14:33:43 +01:00 committed by Carles Cufí
commit 7fc051967f
27 changed files with 73 additions and 80 deletions

View file

@ -4,7 +4,7 @@
/*
* Copyright (c) 2020 Intel Corporation
* Copyright (c) 2022 Nordic Semiconductor ASA
* Copyright (c) 2022-2023 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
@ -31,7 +31,7 @@ LOG_MODULE_REGISTER(bt_pacs, CONFIG_BT_PACS_LOG_LEVEL);
#include "audio_internal.h"
#include "pacs_internal.h"
#include "unicast_server.h"
#include "bap_unicast_server.h"
#define PAC_NOTIFY_TIMEOUT K_MSEC(10)