bluetooth/btstack/secman/btaccessrequester.cpp
branchRCL_3
changeset 14 f8503e232b0c
parent 12 9b6d3ca0c601
equal deleted inserted replaced
13:16aa830c86c8 14:f8503e232b0c
     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".
   829 		LinkError(aEvent.ErrorCode());
   829 		LinkError(aEvent.ErrorCode());
   830 		}
   830 		}
   831 	else if((aEvent.EventType() == ENotifyPhysicalLinkError))
   831 	else if((aEvent.EventType() == ENotifyPhysicalLinkError))
   832 		{
   832 		{
   833 		LOG(_L8("\tPhysical link error...Complete(ACCESS DENIED)"));
   833 		LOG(_L8("\tPhysical link error...Complete(ACCESS DENIED)"));
       
   834 		iSecMan.ConnectionsManager().PrefetchMan().RemovePrefetch(DeviceAddress());		
   834 		LinkError(aEvent.ErrorCode());
   835 		LinkError(aEvent.ErrorCode());
   835 		}
   836 		}
   836 	}
   837 	}
   837 
   838 
   838 TPrefetchNotifierQLink& CBTAccessRequester::MbpnQueLink()
   839 TPrefetchNotifierQLink& CBTAccessRequester::MbpnQueLink()