bluetooth/btstack/linkmgr/MBtHostControllerEventInternalNotifier.h
changeset 48 22de2e391156
parent 0 29b1cd4cb562
child 56 015fa7494bd2
--- a/bluetooth/btstack/linkmgr/MBtHostControllerEventInternalNotifier.h	Wed Jul 21 15:42:05 2010 +0300
+++ b/bluetooth/btstack/linkmgr/MBtHostControllerEventInternalNotifier.h	Thu Sep 23 17:06:47 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_