diff -r f8503e232b0c -r 9f17f914e828 bluetooth/btstack/secman/secman.h --- a/bluetooth/btstack/secman/secman.h Tue Apr 27 17:48:21 2010 +0300 +++ b/bluetooth/btstack/secman/secman.h Tue May 11 17:15:36 2010 +0300 @@ -1,4 +1,4 @@ -// Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 1999-2010 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available // under the terms of "Eclipse Public License v1.0" @@ -160,7 +160,6 @@ void ClearHCICommandQueue(); public: // command functions - void WriteSimplePairingModeL(TUint8 aSimplePairingMode); void WriteSimplePairingDebugModeL(TUint8 aSimplePairingDebugMode); void IOCapabilityRequestReplyL(const TBTDevAddr& aBDADDR, THCIIoCapability aIOCapability, THCIOobDataPresence aOOBDataPresent, THCIAuthenticationRequirement aAuthenticationRequirements); void IOCapabilityRequestNegativeReplyL(const TBTDevAddr& aBDADDR, TUint8 aReason); @@ -190,7 +189,6 @@ void SimplePairingCompleteEvent(const THCIEventBase& aEvent); void KeypressNotificationEvent(const THCIEventBase& aEvent); - void WriteSimplePairingModeOpcode(const THCICommandCompleteEvent& aCompleteEvent); void RemoteOOBDataRequestReplyOpcode(const THCICommandCompleteEvent& aCompleteEvent); void RemoteOOBDataRequestNegativeReplyOpcode(const THCICommandCompleteEvent& aCompleteEvent); void WriteSimplePairingDebugModeOpcode(const THCICommandCompleteEvent& aCompleteEvent);