Revision: 201025
authorDremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 23 Jun 2010 19:28:39 +0300
changeset 31 b9d1744dc449
parent 27 d21e9641791d
child 32 f72906e669b4
Revision: 201025 Kit: 2010125
bluetooth/btstack/linkmgr/physicallinks.cpp
--- a/bluetooth/btstack/linkmgr/physicallinks.cpp	Fri Jun 11 14:46:06 2010 +0300
+++ b/bluetooth/btstack/linkmgr/physicallinks.cpp	Wed Jun 23 19:28:39 2010 +0300
@@ -556,6 +556,10 @@
 		{
 		iDevice.SetClockOffset(jle.iClockOffset);
 		}
+	if(juice->IsCoDFromHCI())
+		{
+		iDevice.SetDeviceClass(jle.iCoD);
+		}
 	}
 
 void CPhysicalLink::StoreDeviceL( TBool aPreventDeviceAddition )