Bluetooth: Audio: Move csis.h to include/bluetooth/audio

Move the header file csis.h from the internal location to
the public include directory. This file is supposed to provide
the public API for CSIS and the CSIS client, but is not fully
complete yet.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
Emil Gydesen 2021-10-26 16:36:33 +02:00 committed by Carles Cufí
commit e748e76988
9 changed files with 202 additions and 203 deletions

View file

@ -20,7 +20,7 @@
#include "bt.h"
#include "../audio/csis_client.h"
#include <bluetooth/audio/csis.h>
static uint8_t members_found;
static struct k_work_delayable discover_members_timer;