daemon: add ENABLE_GATT_CLIENT_PAIRING

This commit is contained in:
Matthias Ringwald 2018-08-21 21:08:01 +02:00
parent f55bd52945
commit e37dfee64d

View File

@ -158,6 +158,7 @@ echo "// BTstack features that can be enabled" >> btstack_config.h
echo "#define ENABLE_BLE" >> btstack_config.h
# echo "#define ENABLE_LE_PERIPHERAL" >> btstack_config.h
echo "#define ENABLE_LE_CENTRAL" >> btstack_config.h
echo "#define ENABLE_GATT_CLIENT_PAIRING" >> btstack_config.h
echo "#define ENABLE_CLASSIC" >> btstack_config.h
echo "#define ENABLE_LOG_ERROR" >> btstack_config.h
echo "#define ENABLE_LOG_INFO " >> btstack_config.h