This commit is contained in:
lmx
2025-12-03 10:05:53 +08:00
parent 2bc443584c
commit 754a529211
12 changed files with 1534 additions and 1473 deletions

View File

@ -231,6 +231,7 @@ const int config_btctler_le_roles = (LE_ADV | LE_SLAVE);
const uint64_t config_btctler_le_features = LE_ENCRYPTION;
#else
const int config_btctler_le_roles = (LE_ADV | LE_SLAVE);
const uint64_t config_btctler_le_features = 0;
#endif