Skip to content

Commit

Permalink
Remove meaningless comment (#17582)
Browse files Browse the repository at this point in the history
  • Loading branch information
kghost authored and pull[bot] committed Oct 16, 2023
1 parent 2bb230e commit 3039557
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/controller/CHIPDeviceControllerFactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -179,12 +179,7 @@ CHIP_ERROR DeviceControllerFactory::InitSystemState(FactoryInitParams params)
{
stateParams.caseServer = chip::Platform::New<CASEServer>();

//
// Enable listening for session establishment messages.
//
// We pass in a nullptr for the BLELayer since we're not permitting usage of BLE in this server modality for the controller,
// especially since it will interrupt other potential usages of BLE by the controller acting in a commissioning capacity.
//
ReturnErrorOnFailure(stateParams.caseServer->ListenForSessionEstablishment(
stateParams.exchangeMgr, stateParams.transportMgr, stateParams.sessionMgr, stateParams.fabricTable,
stateParams.sessionResumptionStorage, stateParams.groupDataProvider));
Expand Down

0 comments on commit 3039557

Please sign in to comment.