4fd437d466
1. add feature of remove bonded devices. 2. fix SMP key size bug 3. fix privacy bug 4. fix gatt set value bug 5. add gatt security client demo 6. change gatt server/gatt client demo
10 lines
234 B
Makefile
10 lines
234 B
Makefile
#
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
# project subdirectory.
|
|
#
|
|
|
|
PROJECT_NAME := sec_gattc_demo
|
|
|
|
COMPONENT_ADD_INCLUDEDIRS := components/include
|
|
|
|
include $(IDF_PATH)/make/project.mk
|