add att_dispatch.c

This commit is contained in:
matthias.ringwald@gmail.com 2014-04-25 13:23:37 +00:00
parent c6d061e8ab
commit 7d6a8e968c
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ COMMON = \
${BTSTACK_ROOT}/src/utils.c \
${BTSTACK_ROOT}/src/remote_device_db_memory.c \
${BTSTACK_ROOT}/ble/att.c \
${BTSTACK_ROOT}/ble/att_dispatch.c \
${BTSTACK_ROOT}/ble/att_server.c \
${BTSTACK_ROOT}/ble/l2cap_le.c \
${BTSTACK_ROOT}/ble/sm.c \

View File

@ -31,6 +31,7 @@ COMMON = \
ATT = \
${BTSTACK_ROOT}/ble/att.c \
${BTSTACK_ROOT}/ble/att_dispatch.c \
${BTSTACK_ROOT}/ble/att_server.c \
CC2564 = \