1# Makefile to collect all C source files of src/ble 2 3SRC_BLE_FILES = \ 4 ancs_client.c \ 5 att_db.c \ 6 att_db_util.c \ 7 att_dispatch.c \ 8 att_server.c \ 9 battery_service_client.c \ 10 device_information_service_client.c \ 11 gatt_client.c \ 12 hids_client.c \ 13 le_device_db_memory.c \ 14 le_device_db_tlv.c \ 15 sm.c \ 16 17