diff -r e9b924a62a66 -r 99439b07e980 bluetooth/btstack/linkmgr/hcifacade.h --- a/bluetooth/btstack/linkmgr/hcifacade.h Wed Sep 01 12:38:54 2010 +0100 +++ b/bluetooth/btstack/linkmgr/hcifacade.h Tue Sep 14 23:28:24 2010 +0300 @@ -310,6 +310,7 @@ void LinkKeyRequestEvent(const THCIEventBase& aEvent, const CHCICommandBase* aRelatedCommand); void LinkKeyNotificationEvent(const THCIEventBase& aEvent, const CHCICommandBase* aRelatedCommand); void MaxSlotsChangeEvent(const THCIEventBase& aEvent, const CHCICommandBase* aRelatedCommand); + void EncryptionKeyRefreshCompleteEvent(const THCIEventBase& aEvent, const CHCICommandBase* aRelatedCommand); // Data event processing functions void NumberOfCompletedPacketsEvent(THCIEventBase& aEvent);