Skip to content

Commit

Permalink
Add CommandHandler issue reference 30576 (#29865)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhmorris1 committed Nov 21, 2023
1 parent ac54512 commit f285b38
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -782,6 +782,7 @@ void Instance::OnResult(Status commissioningError, CharSpan debugText, int32_t i
#if CONFIG_NETWORK_LAYER_BLE && !CHIP_DEVICE_CONFIG_SUPPORTS_CONCURRENT_CONNECTION
ChipLogProgress(NetworkProvisioning, "Non-concurrent mode, ConnectNetworkResponse will NOT be sent");
// Do not send the ConnectNetworkResponse if in non-concurrent mode
// Issue #30576 raised to modify CommandHandler to notify it if no response required
#else
commandHandle->AddResponse(mPath, response);
#endif
Expand Down

0 comments on commit f285b38

Please sign in to comment.