mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-22 15:40:16 +00:00
daemon: add ENABLE_GATT_CLIENT_PAIRING
This commit is contained in:
parent
f55bd52945
commit
e37dfee64d
@ -158,6 +158,7 @@ echo "// BTstack features that can be enabled" >> btstack_config.h
|
|||||||
echo "#define ENABLE_BLE" >> btstack_config.h
|
echo "#define ENABLE_BLE" >> btstack_config.h
|
||||||
# echo "#define ENABLE_LE_PERIPHERAL" >> btstack_config.h
|
# echo "#define ENABLE_LE_PERIPHERAL" >> btstack_config.h
|
||||||
echo "#define ENABLE_LE_CENTRAL" >> 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_CLASSIC" >> btstack_config.h
|
||||||
echo "#define ENABLE_LOG_ERROR" >> btstack_config.h
|
echo "#define ENABLE_LOG_ERROR" >> btstack_config.h
|
||||||
echo "#define ENABLE_LOG_INFO " >> btstack_config.h
|
echo "#define ENABLE_LOG_INFO " >> btstack_config.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user