diff -r e9b924a62a66 -r 99439b07e980 bluetooth/btstack/linkmgr/MBtHostControllerEventInternalNotifier.h --- 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_