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 gatt_client.c \ 10 hids_client.c \ 11 le_device_db_memory.c \ 12 le_device_db_tlv.c \ 13 sm.c \ 14 15