From 3039557fde0560c7145bbb98d4057a60ec921225 Mon Sep 17 00:00:00 2001 From: Zang MingJie Date: Thu, 21 Apr 2022 18:13:43 +0800 Subject: [PATCH] Remove meaningless comment (#17582) --- 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));