Skip to content

Matter bluedroid #280

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 8 commits into from
Next Next commit
feat(matter): enable CHIP over BLE in defconfig.common
  • Loading branch information
SuGlider authored Mar 5, 2025
commit ce69233fc57b863797cad20c43e62b10876980c2
2 changes: 1 addition & 1 deletion configs/defconfig.common
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ CONFIG_MBEDTLS_DYNAMIC_FREE_CONFIG_DATA=y
# Matter Settings
#
# Disable Matter BLE
CONFIG_ENABLE_CHIPOBLE=n
CONFIG_ENABLE_CHIPOBLE=y
CONFIG_USE_BLE_ONLY_FOR_COMMISSIONING=n
# ESP Insights
CONFIG_ENABLE_ESP_INSIGHTS_TRACE=n
Expand Down