test/gatt-service-client: add hci_event_builder

This commit is contained in:
Matthias Ringwald 2024-08-27 15:41:05 +02:00
parent f6a28e2542
commit 2a954d4aec
2 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@ set(SOURCES
../../src/btstack_linked_list.c
../../src/btstack_util.c
../../src/hci_dump.c
../../src/hci_event_builder.c
../../src/ble/gatt-service/ancs_client.c
../../src/ble/gatt-service/battery_service_client.c
../../src/ble/gatt-service/device_information_service_client.c

View File

@ -24,6 +24,7 @@ COMMON = \
btstack_linked_list.c \
btstack_util.c \
hci_dump.c \
hci_event_builder.c \
mock_gatt_client.c \
CFLAGS_COVERAGE = ${CFLAGS} -fprofile-arcs -ftest-coverage