bluetooth/btstack/sdp/sdpstackutil.h
changeset 48 22de2e391156
parent 0 29b1cd4cb562
equal deleted inserted replaced
35:14e279d2bbb7 48:22de2e391156
     1 // Copyright (c) 2000-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2000-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".
    29 	ESdpClientBadIdleState,				//  6
    29 	ESdpClientBadIdleState,				//  6
    30 	ESdpDisconnectWithData,				//  7
    30 	ESdpDisconnectWithData,				//  7
    31 	ESdpTwoQuerys,						//  8
    31 	ESdpTwoQuerys,						//  8
    32 	ESdpNoRequestPdu,					//  9
    32 	ESdpNoRequestPdu,					//  9
    33 	ESdpBadUUID,						// 10
    33 	ESdpBadUUID,						// 10
    34 	ESdpAgentBadResultLength			// 11
    34 	ESdpAgentBadResultLength,			// 11
       
    35 	ESdpAgentErrorSettingNoSecurity,	// 12
    35 	};
    36 	};
    36 
    37 
    37 void Panic(TSdpPanic aPanic);
    38 void Panic(TSdpPanic aPanic);
    38 
    39 
    39 #endif
    40 #endif