bluetoothmgmt/btmgr/BTManServer/BTRegistryDB.cpp
branchRCL_3
changeset 11 20fda83a6398
parent 8 2b6718f05bdb
equal deleted inserted replaced
10:8a27654f7b62 11:20fda83a6398
     1 // Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1999-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
  1171 	device->SetAcceptPairedOnlyMode(table->ColUint8(ColumnNoL(KPersistColName_AcceptPairedOnlyMode, *table)));
  1171 	device->SetAcceptPairedOnlyMode(table->ColUint8(ColumnNoL(KPersistColName_AcceptPairedOnlyMode, *table)));
  1172 	CleanupStack::PopAndDestroy(table); //table
  1172 	CleanupStack::PopAndDestroy(table); //table
  1173 	return device;
  1173 	return device;
  1174 	}
  1174 	}
  1175 
  1175 
       
  1176 TBTLocalDevice* CBTRegistry::GetLocalDeviceL()
       
  1177 	{
       
  1178 	LOG_FUNC
       
  1179 	TBTLocalDevice* device = GetLocalDeviceLC();
       
  1180 	CleanupStack::Pop(device);
       
  1181 	return device;
       
  1182 	}
       
  1183 
       
  1184 
       
  1185 
  1176 const TBTCommPortSettings* CBTRegistry::GetCommPortSettingsLC(const TBTCommPortSettings& aSettings)
  1186 const TBTCommPortSettings* CBTRegistry::GetCommPortSettingsLC(const TBTCommPortSettings& aSettings)
  1177 /**
  1187 /**
  1178 	Get the virtual serial port settings for the port referred to in aSettings
  1188 	Get the virtual serial port settings for the port referred to in aSettings
  1179 **/
  1189 **/
  1180 	{
  1190 	{