00001 /* 00002 * ============================================================================ 00003 * Name : BTServerSDKCRKeys.h 00004 * Part of : BTServer 00005 * 00006 * Description: 00007 * BT Server SDK CenRep key definitions 00008 * Version: %version: 1 % 00009 * 00010 * Copyright (C) 2005 Nokia Corporation. 00011 * This material, including documentation and any related 00012 * computer programs, is protected by copyright controlled by 00013 * Nokia Corporation. All rights are reserved. Copying, 00014 * including reproducing, storing, adapting or translating, any 00015 * or all of this material requires the prior written consent of 00016 * Nokia Corporation. This material also contains confidential 00017 * information which may not be disclosed to others without the 00018 * prior written consent of Nokia Corporation. 00019 * 00020 * ============================================================================ 00021 */ 00022 00023 #ifndef BTSERVER_SDK_CR_KEYS_H 00024 #define BTSERVER_SDK_CR_KEYS_H 00025 00029 const TUid KCRUidBluetoothPowerState = {0x10204DA9}; 00030 00042 const TUint32 KBTPowerState = 0x00000001; 00043 00044 // Enumeration for BT power mode values 00045 enum TBTPowerStateValue 00046 { 00047 EBTPowerOff, 00048 EBTPowerOn 00049 }; 00050 00051 // BTSERVER_SDK_CR_KEYS_H 00052 #endif