We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7442623 commit 520eafcCopy full SHA for 520eafc
libraries/Matter/src/Matter.cpp
@@ -215,7 +215,7 @@ bool ArduinoMatter::isBLECommissioningEnabled() {
215
// Check hardware support (SOC capabilities) AND Matter/ESP configuration
216
// BLE commissioning requires: SOC BLE support AND (CHIPoBLE or NimBLE enabled)
217
#ifdef SOC_BLE_SUPPORTED
218
- #if CONFIG_NETWORK_LAYER_BLE || CONFIG_ENABLE_CHIPOBLE
+ #if CONFIG_ENABLE_CHIPOBLE
219
return true;
220
#else
221
// Also check if BLE stack is enabled (Bluedroid or NimBLE)
0 commit comments