From 02a896b61c3f819cc0bb215b393d48870ff27609 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Wed, 7 Apr 2021 18:47:16 +0200 Subject: [PATCH] port: fix embedded builds (ancs_client.c -> ble/gatt-service) --- port/archive/pic32-harmony/app.X/nbproject/configurations.xml | 2 +- port/samv71-xplained-atwilc3000/example/template/config.mk | 2 +- port/stm32-f4discovery-cc256x/Makefile | 2 +- port/stm32-f4discovery-usb/Makefile | 2 +- port/stm32-l451-miromico-sx1280/Makefile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/port/archive/pic32-harmony/app.X/nbproject/configurations.xml b/port/archive/pic32-harmony/app.X/nbproject/configurations.xml index b37123f05..ffe856976 100644 --- a/port/archive/pic32-harmony/app.X/nbproject/configurations.xml +++ b/port/archive/pic32-harmony/app.X/nbproject/configurations.xml @@ -232,7 +232,7 @@ ../../../src/ble/att_server.c ../../../src/ble/le_device_db_memory.c ../../../src/ble/sm.c - ../../../src/ble/ancs_client.c + ../../../src/ble/gatt-service/ancs_client.c ../../../src/ble/gatt_client.c diff --git a/port/samv71-xplained-atwilc3000/example/template/config.mk b/port/samv71-xplained-atwilc3000/example/template/config.mk index fa28cc882..aaee2d295 100644 --- a/port/samv71-xplained-atwilc3000/example/template/config.mk +++ b/port/samv71-xplained-atwilc3000/example/template/config.mk @@ -133,10 +133,10 @@ CSRCS += \ ${BTSTACK_ROOT_CONFIG}/platform/embedded/btstack_uart_block_embedded.c \ ${BTSTACK_ROOT_CONFIG}/platform/embedded/hci_dump_embedded_stdout.c \ ${BTSTACK_ROOT_CONFIG}/src/ad_parser.c \ - ${BTSTACK_ROOT_CONFIG}/src/ble/ancs_client.c \ ${BTSTACK_ROOT_CONFIG}/src/ble/att_db.c \ ${BTSTACK_ROOT_CONFIG}/src/ble/att_dispatch.c \ ${BTSTACK_ROOT_CONFIG}/src/ble/att_server.c \ + ${BTSTACK_ROOT_CONFIG}/src/ble/gatt-service/ancs_client.c \ ${BTSTACK_ROOT_CONFIG}/src/ble/gatt-service/battery_service_server.c \ ${BTSTACK_ROOT_CONFIG}/src/ble/gatt-service/device_information_service_server.c \ ${BTSTACK_ROOT_CONFIG}/src/ble/gatt-service/hids_device.c \ diff --git a/port/stm32-f4discovery-cc256x/Makefile b/port/stm32-f4discovery-cc256x/Makefile index 6f856b52e..2aa6c6a3d 100644 --- a/port/stm32-f4discovery-cc256x/Makefile +++ b/port/stm32-f4discovery-cc256x/Makefile @@ -57,10 +57,10 @@ ${BTSTACK_ROOT}/platform/embedded/btstack_uart_block_embedded.c \ ${BTSTACK_ROOT}/platform/embedded/hci_dump_embedded_stdout.c \ ${BTSTACK_ROOT}/platform/embedded/hci_dump_segger_rtt_stdout.c \ ${BTSTACK_ROOT}/src/ad_parser.c \ -${BTSTACK_ROOT}/src/ble/ancs_client.c \ ${BTSTACK_ROOT}/src/ble/att_db.c \ ${BTSTACK_ROOT}/src/ble/att_dispatch.c \ ${BTSTACK_ROOT}/src/ble/att_server.c \ +${BTSTACK_ROOT}/src/ble/gatt-service/ancs_client.c \ ${BTSTACK_ROOT}/src/ble/gatt-service/battery_service_client.c \ ${BTSTACK_ROOT}/src/ble/gatt-service/battery_service_server.c \ ${BTSTACK_ROOT}/src/ble/gatt-service/device_information_service_client.c \ diff --git a/port/stm32-f4discovery-usb/Makefile b/port/stm32-f4discovery-usb/Makefile index a938de998..293ac6477 100644 --- a/port/stm32-f4discovery-usb/Makefile +++ b/port/stm32-f4discovery-usb/Makefile @@ -57,10 +57,10 @@ ${BTSTACK_ROOT}/platform/embedded/btstack_uart_block_embedded.c \ ${BTSTACK_ROOT}/platform/embedded/hci_dump_embedded_stdout.c \ ${BTSTACK_ROOT}/platform/embedded/hci_dump_segger_rtt_stdout.c \ ${BTSTACK_ROOT}/src/ad_parser.c \ -${BTSTACK_ROOT}/src/ble/ancs_client.c \ ${BTSTACK_ROOT}/src/ble/att_db.c \ ${BTSTACK_ROOT}/src/ble/att_dispatch.c \ ${BTSTACK_ROOT}/src/ble/att_server.c \ +${BTSTACK_ROOT}/src/ble/gatt-service/ancs_client.c \ ${BTSTACK_ROOT}/src/ble/gatt-service/battery_service_client.c \ ${BTSTACK_ROOT}/src/ble/gatt-service/battery_service_server.c \ ${BTSTACK_ROOT}/src/ble/gatt-service/device_information_service_client.c \ diff --git a/port/stm32-l451-miromico-sx1280/Makefile b/port/stm32-l451-miromico-sx1280/Makefile index 73d7107d8..db73092db 100644 --- a/port/stm32-l451-miromico-sx1280/Makefile +++ b/port/stm32-l451-miromico-sx1280/Makefile @@ -51,10 +51,10 @@ ${BTSTACK_ROOT}/platform/embedded/btstack_run_loop_embedded.c \ ${BTSTACK_ROOT}/platform/embedded/hci_dump_embedded_stdout.c \ ${BTSTACK_ROOT}/platform/embedded/hci_dump_segger_rtt_stdout.c \ ${BTSTACK_ROOT}/src/ad_parser.c \ -${BTSTACK_ROOT}/src/ble/ancs_client.c \ ${BTSTACK_ROOT}/src/ble/att_db.c \ ${BTSTACK_ROOT}/src/ble/att_dispatch.c \ ${BTSTACK_ROOT}/src/ble/att_server.c \ +${BTSTACK_ROOT}/src/ble/gatt-service/ancs_client.c \ ${BTSTACK_ROOT}/src/ble/gatt-service/battery_service_client.c \ ${BTSTACK_ROOT}/src/ble/gatt-service/battery_service_server.c \ ${BTSTACK_ROOT}/src/ble/gatt-service/device_information_service_client.c \