gsprofilesrv_plat/settings_framework_api/inc/GSSettingId.h
branchRCL_3
changeset 25 7e0eff37aedb
parent 0 8c5d936e5675
equal deleted inserted replaced
24:8ee96d21d9bf 25:7e0eff37aedb
       
     1 /*
       
     2 * Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:   All the setting IDs are declared here
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef GSSETTINGID_H
       
    20 #define GSSETTINGID_H
       
    21 
       
    22 
       
    23 // CONSTANTS
       
    24 
       
    25 // buffer size constants
       
    26 const TInt KGSBufSize128 = 128;
       
    27 
       
    28 const TInt KGSMapSize = 8;
       
    29 
       
    30 // connection packet data
       
    31 const TInt KGSSettIdV42Comp = 1;
       
    32 
       
    33 //    accessory display
       
    34 const TInt KGSSettIdAccIU = 0;
       
    35 
       
    36 
       
    37 enum {
       
    38     KGSHeadsetDefProfile,
       
    39     KGSLoopsetDefProfile,
       
    40     KGSBTAudioDefProfile,
       
    41     KGSTTYDefProfile
       
    42     };
       
    43 
       
    44 // call display
       
    45 enum {
       
    46     KGSSettIdOwnNumberSending,
       
    47     KGSSettIdCallWaiting,
       
    48     KGSSettIdCallCompletionWhenBusy,   
       
    49     KGSSettIdSummaryAfterCall,
       
    50     KGSSettIdPhoneLineUsed,
       
    51     KGSSettIdPhoneLineBlocking,
       
    52     KGSSettIdSoftRejectText
       
    53     };
       
    54 
       
    55 #endif // GSSETTINGID_H
       
    56 
       
    57 // End of File