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:
parent
32b9934b0f
commit
67e570ea7e
BIN
doc/connectivity/bluetooth/img/zephyr_gaf.svg
generated
BIN
doc/connectivity/bluetooth/img/zephyr_gaf.svg
generated
Binary file not shown.
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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"
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user