mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-26 03:35:20 +00:00
daemon: enable LE_SECURE_CONNECTIONS
This commit is contained in:
parent
f299206d43
commit
f33a455d6e
@ -154,6 +154,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_LE_SECURE_CONNECTIONS" >> 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user