bluetooth/btstack/linkmgr/MBtHostControllerEventInternalNotifier.h
branchRCL_3
changeset 25 99439b07e980
parent 0 29b1cd4cb562
--- a/bluetooth/btstack/linkmgr/MBtHostControllerEventInternalNotifier.h	Wed Sep 01 12:38:54 2010 +0100
+++ b/bluetooth/btstack/linkmgr/MBtHostControllerEventInternalNotifier.h	Tue Sep 14 23:28:24 2010 +0300
@@ -67,6 +67,8 @@
 	virtual void RemoteName(THCIErrorCode /*aErr*/, const TBTDevAddr& /*aAddr*/, const TBTDeviceName8& /*aName*/) {};
 
 	virtual void SimplePairingComplete(const TBTDevAddr& /*aBDAddr*/, THCIErrorCode /*aErr*/) {};
+	
+	virtual void EncryptionKeyRefreshComplete(THCIErrorCode /*aErr*/, THCIConnHandle /*aConnH*/) {};
 	};
 
 #endif //_MBTHOSTCONTROLEREVENTINTERNALNOTIFIER_H_