From e08a291dc3514dd31191ffe9b1202203bbbaeedf Mon Sep 17 00:00:00 2001 From: Zang MingJie Date: Mon, 18 Apr 2022 15:54:15 +0800 Subject: [PATCH] Remove meaningless comment --- src/controller/CHIPDeviceControllerFactory.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/controller/CHIPDeviceControllerFactory.cpp b/src/controller/CHIPDeviceControllerFactory.cpp index 7e3fc042e52d1b..062257ce54f5af 100644 --- a/src/controller/CHIPDeviceControllerFactory.cpp +++ b/src/controller/CHIPDeviceControllerFactory.cpp @@ -179,12 +179,7 @@ CHIP_ERROR DeviceControllerFactory::InitSystemState(FactoryInitParams params) { stateParams.caseServer = chip::Platform::New(); - // // 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));