diff -r 14e279d2bbb7 -r 22de2e391156 bluetooth/btstack/linkmgr/MBtHostControllerEventInternalNotifier.h --- 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_