bluetooth/btstack/secman/secman.h
branchRCL_3
changeset 16 9f17f914e828
parent 11 20fda83a6398
equal deleted inserted replaced
14:f8503e232b0c 16:9f17f914e828
     1 // Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1999-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
   158 	
   158 	
   159 	void SetHCICommandQueue(MHCICommandQueue& aCommandQueue);
   159 	void SetHCICommandQueue(MHCICommandQueue& aCommandQueue);
   160 	void ClearHCICommandQueue();
   160 	void ClearHCICommandQueue();
   161 	
   161 	
   162 public: // command functions
   162 public: // command functions
   163 	void WriteSimplePairingModeL(TUint8 aSimplePairingMode);
       
   164 	void WriteSimplePairingDebugModeL(TUint8 aSimplePairingDebugMode);
   163 	void WriteSimplePairingDebugModeL(TUint8 aSimplePairingDebugMode);
   165 	void IOCapabilityRequestReplyL(const TBTDevAddr& aBDADDR, THCIIoCapability aIOCapability, THCIOobDataPresence aOOBDataPresent, THCIAuthenticationRequirement aAuthenticationRequirements);
   164 	void IOCapabilityRequestReplyL(const TBTDevAddr& aBDADDR, THCIIoCapability aIOCapability, THCIOobDataPresence aOOBDataPresent, THCIAuthenticationRequirement aAuthenticationRequirements);
   166 	void IOCapabilityRequestNegativeReplyL(const TBTDevAddr& aBDADDR, TUint8 aReason);
   165 	void IOCapabilityRequestNegativeReplyL(const TBTDevAddr& aBDADDR, TUint8 aReason);
   167 	void UserConfirmationRequestReplyL(const TBTDevAddr& aBDADDR);
   166 	void UserConfirmationRequestReplyL(const TBTDevAddr& aBDADDR);
   168 	void UserConfirmationRequestNegativeReplyL(const TBTDevAddr& aBDADDR);
   167 	void UserConfirmationRequestNegativeReplyL(const TBTDevAddr& aBDADDR);
   188 	void UserPasskeyNotificationEvent(const THCIEventBase& aEvent);
   187 	void UserPasskeyNotificationEvent(const THCIEventBase& aEvent);
   189 	void RemoteOOBDataRequestEvent(const THCIEventBase& aEvent);
   188 	void RemoteOOBDataRequestEvent(const THCIEventBase& aEvent);
   190 	void SimplePairingCompleteEvent(const THCIEventBase& aEvent);
   189 	void SimplePairingCompleteEvent(const THCIEventBase& aEvent);
   191 	void KeypressNotificationEvent(const THCIEventBase& aEvent);
   190 	void KeypressNotificationEvent(const THCIEventBase& aEvent);
   192 
   191 
   193 	void WriteSimplePairingModeOpcode(const THCICommandCompleteEvent& aCompleteEvent);
       
   194 	void RemoteOOBDataRequestReplyOpcode(const THCICommandCompleteEvent& aCompleteEvent);
   192 	void RemoteOOBDataRequestReplyOpcode(const THCICommandCompleteEvent& aCompleteEvent);
   195 	void RemoteOOBDataRequestNegativeReplyOpcode(const THCICommandCompleteEvent& aCompleteEvent);
   193 	void RemoteOOBDataRequestNegativeReplyOpcode(const THCICommandCompleteEvent& aCompleteEvent);
   196 	void WriteSimplePairingDebugModeOpcode(const THCICommandCompleteEvent& aCompleteEvent);
   194 	void WriteSimplePairingDebugModeOpcode(const THCICommandCompleteEvent& aCompleteEvent);
   197 
   195 
   198 private: // checking cast functions.
   196 private: // checking cast functions.