bluetooth/btstack/eirman/eirmanserversecuritypolicy.h
branchRCL_3
changeset 18 1f10b9300be6
parent 0 29b1cd4cb562
equal deleted inserted replaced
17:32ba20339036 18:1f10b9300be6
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2007-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".
    56 	};
    56 	};
    57 
    57 
    58 /** Main policy */
    58 /** Main policy */
    59 const CPolicyServer::TPolicy KEirManServerPolicy = 
    59 const CPolicyServer::TPolicy KEirManServerPolicy = 
    60 	{
    60 	{
    61 	CPolicyServer::EAlwaysPass , /** Specifies all connect attempts should pass */
    61 	KPolicyCapabilityCheck , /** Connect attempts are only successful if the caller has ECapabilityLocalServices */
    62 	KEirManServerRangeCount,
    62 	KEirManServerRangeCount,
    63 	KEirManServerRanges,
    63 	KEirManServerRanges,
    64 	KEirManServerElementsIndex,
    64 	KEirManServerElementsIndex,
    65 	KEirManServerElements,
    65 	KEirManServerElements,
    66 	};
    66 	};