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:
parent
fa1a7a723e
commit
e748e76988
9 changed files with 202 additions and 203 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue