bluetooth/btexample/example/btproperties/BTProperties.cpp
changeset 47 a1b8f5cc021e
parent 42 206564d58f40
--- a/bluetooth/btexample/example/btproperties/BTProperties.cpp	Wed Aug 18 10:54:44 2010 +0300
+++ b/bluetooth/btexample/example/btproperties/BTProperties.cpp	Fri Sep 17 08:36:02 2010 +0300
@@ -1,4 +1,4 @@
-// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
 // All rights reserved.
 // This component and the accompanying materials are made available
 // under the terms of "Eclipse Public License v1.0"
@@ -200,7 +200,7 @@
 	{
 	Start();
 	
-	TBuf16<KHCILocalDeviceNameMaxLength> val;
+	TBuf16<KMaxBluetoothNameLen> val;
 	iProperty.Get(val);
 
 	iTest.Printf(_L("%S = %S\n"), &iString, &val);