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