Bluetooth: Audio: Rename mics.h the Kconfig to micp

Rename the files to match the name of the profile (MICP)
instead of the service (MICS).

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
Emil Gydesen 2022-06-17 09:06:36 +02:00 committed by Carles Cufí
parent 32b9934b0f
commit 67e570ea7e
10 changed files with 7 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -29,7 +29,7 @@ rsource "Kconfig.baps"
rsource "Kconfig.vocs"
rsource "Kconfig.aics"
rsource "Kconfig.vcs"
rsource "Kconfig.mics"
rsource "Kconfig.micp"
rsource "Kconfig.csis"
rsource "Kconfig.tbs"
rsource "Kconfig.mcs"

View File

@ -16,7 +16,7 @@
#include <zephyr/bluetooth/bluetooth.h>
#include <zephyr/bluetooth/conn.h>
#include <zephyr/bluetooth/gatt.h>
#include <zephyr/bluetooth/audio/mics.h>
#include <zephyr/bluetooth/audio/micp.h>
#include <zephyr/bluetooth/audio/aics.h>
#include "mics_internal.h"

View File

@ -18,7 +18,7 @@
#include <zephyr/bluetooth/bluetooth.h>
#include <zephyr/bluetooth/conn.h>
#include <zephyr/bluetooth/gatt.h>
#include <zephyr/bluetooth/audio/mics.h>
#include <zephyr/bluetooth/audio/micp.h>
#include "mics_internal.h"

View File

@ -9,7 +9,7 @@
#include <zephyr/types.h>
#include <zephyr/bluetooth/conn.h>
#include <zephyr/bluetooth/audio/mics.h>
#include <zephyr/bluetooth/audio/micp.h>
#include <zephyr/shell/shell.h>
#include <stdlib.h>
#include <stdio.h>

View File

@ -9,7 +9,7 @@
#include <zephyr/types.h>
#include <zephyr/bluetooth/conn.h>
#include <zephyr/bluetooth/audio/mics.h>
#include <zephyr/bluetooth/audio/micp.h>
#include <zephyr/shell/shell.h>
#include <stdlib.h>
#include <stdio.h>

View File

@ -7,7 +7,7 @@
#ifdef CONFIG_BT_MICS_CLIENT
#include <zephyr/bluetooth/bluetooth.h>
#include <zephyr/bluetooth/audio/mics.h>
#include <zephyr/bluetooth/audio/micp.h>
#include "common.h"

View File

@ -5,7 +5,7 @@
*/
#ifdef CONFIG_BT_MICS
#include <zephyr/bluetooth/audio/mics.h>
#include <zephyr/bluetooth/audio/micp.h>
#include "common.h"
extern enum bst_result_t bst_result;