Bluetooth: Audio: Fix includes in public header files

Updates the includes in a few header files to
avoid including unused header files and include the
ones that are used.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
Emil Gydesen 2025-04-23 15:14:05 +02:00 committed by Benjamin Cabé
commit aaec705f12
2 changed files with 4 additions and 1 deletions

View file

@ -28,12 +28,14 @@
#include <stddef.h>
#include <stdint.h>
#include <zephyr/autoconf.h>
#include <zephyr/bluetooth/audio/audio.h>
#include <zephyr/bluetooth/addr.h>
#include <zephyr/bluetooth/bluetooth.h>
#include <zephyr/bluetooth/conn.h>
#include <zephyr/bluetooth/gap.h>
#include <zephyr/bluetooth/iso.h>
#include <zephyr/bluetooth/uuid.h>
#include <zephyr/net_buf.h>
#include <zephyr/sys/slist.h>
#include <zephyr/sys/util_macro.h>

View file

@ -31,7 +31,8 @@
* The profile is not limited to carrier phone calls and can be used with common applications like
* Discord and Teams.
*/
#include <stdint.h>
#include <stddef.h>
#include <zephyr/autoconf.h>
#include <zephyr/bluetooth/audio/tbs.h>