mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-18 23:42:39 +00:00
test/gatt-service-client: add hci_event_builder
This commit is contained in:
parent
f6a28e2542
commit
2a954d4aec
@ -26,6 +26,7 @@ set(SOURCES
|
|||||||
../../src/btstack_linked_list.c
|
../../src/btstack_linked_list.c
|
||||||
../../src/btstack_util.c
|
../../src/btstack_util.c
|
||||||
../../src/hci_dump.c
|
../../src/hci_dump.c
|
||||||
|
../../src/hci_event_builder.c
|
||||||
../../src/ble/gatt-service/ancs_client.c
|
../../src/ble/gatt-service/ancs_client.c
|
||||||
../../src/ble/gatt-service/battery_service_client.c
|
../../src/ble/gatt-service/battery_service_client.c
|
||||||
../../src/ble/gatt-service/device_information_service_client.c
|
../../src/ble/gatt-service/device_information_service_client.c
|
||||||
|
@ -24,6 +24,7 @@ COMMON = \
|
|||||||
btstack_linked_list.c \
|
btstack_linked_list.c \
|
||||||
btstack_util.c \
|
btstack_util.c \
|
||||||
hci_dump.c \
|
hci_dump.c \
|
||||||
|
hci_event_builder.c \
|
||||||
mock_gatt_client.c \
|
mock_gatt_client.c \
|
||||||
|
|
||||||
CFLAGS_COVERAGE = ${CFLAGS} -fprofile-arcs -ftest-coverage
|
CFLAGS_COVERAGE = ${CFLAGS} -fprofile-arcs -ftest-coverage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user