diff --git a/test/gatt_service_server/Makefile b/test/gatt_service_server/Makefile index e0848675d..d5612703b 100644 --- a/test/gatt_service_server/Makefile +++ b/test/gatt_service_server/Makefile @@ -12,6 +12,7 @@ CFLAGS += -I${BTSTACK_ROOT}/3rd-party/rijndael VPATH += ${BTSTACK_ROOT}/src VPATH += ${BTSTACK_ROOT}/src/ble VPATH += ${BTSTACK_ROOT}/src/ble/gatt-service +VPATH += ${BTSTACK_ROOT}/src/le-audio/gatt-service VPATH += ${BTSTACK_ROOT}/platform/posix VPATH += ${BTSTACK_ROOT}/3rd-party/rijndael VPATH += ${BTSTACK_ROOT}/test/mock diff --git a/test/gatt_service_server/microphone_control_service_server_test.cpp b/test/gatt_service_server/microphone_control_service_server_test.cpp index 3f03a0adc..2b0e502e9 100644 --- a/test/gatt_service_server/microphone_control_service_server_test.cpp +++ b/test/gatt_service_server/microphone_control_service_server_test.cpp @@ -20,7 +20,7 @@ #include "bluetooth.h" #include "bluetooth_gatt.h" -#include "ble/gatt-service/microphone_control_service_server.h" +#include "le-audio/gatt-service/microphone_control_service_server.h" #include "microphone_control_service_server_test.h" #include "mock_att_server.h"