Bluetooth: audio: pacs: Replace capabilities API with pacs

This changes the API to use proper naming convention, as the code has
been moved out of capabilities.

Signed-off-by: Mariusz Skamra <mariusz.skamra@codecoup.pl>
This commit is contained in:
Mariusz Skamra 2022-10-20 11:25:38 +02:00 committed by Carles Cufí
commit 2627063ab2
13 changed files with 135 additions and 135 deletions

View file

@ -32,7 +32,7 @@
#include <zephyr/bluetooth/sdp.h>
#include <zephyr/bluetooth/iso.h>
#include <zephyr/bluetooth/audio/audio.h>
#include <zephyr/bluetooth/audio/capabilities.h>
#include <zephyr/bluetooth/audio/pacs.h>
#include <zephyr/bluetooth/audio/csis.h>
#include <zephyr/shell/shell.h>