btserversdkcrkeys.h

Go to the documentation of this file.
00001 /*
00002 * ============================================================================
00003 *  Name        : btserversdkcrkeys.h
00004 *  Part of     : Bluetooth Engine / Bluetooth Engine
00005 *  Description : Bluetooth Engine SDK central repository key definitions.
00006 *                The file name is kept as before for compatibility reasons.
00007 *  Version     : %version: 1 % 
00008 *
00009 *  Copyright © 2006 Nokia.  All rights reserved.
00010 *  This material, including documentation and any related computer
00011 *  programs, is protected by copyright controlled by Nokia.  All
00012 *  rights are reserved.  Copying, including reproducing, storing,
00013 *  adapting or translating, any or all of this material requires the
00014 *  prior written consent of Nokia.  This material also contains
00015 *  confidential information which may not be disclosed to others
00016 *  without the prior written consent of Nokia.
00017 * ============================================================================
00018 * Template version: 4.1
00019 */
00020 
00021 #ifndef BTSERVER_SDK_CR_KEYS_H
00022 #define BTSERVER_SDK_CR_KEYS_H
00023 
00024 
00038 const TUid KCRUidBluetoothPowerState = { 0x10204DA9 };
00039 
00053 const TUint32 KBTPowerState = 0x00000001;
00054 
00055 
00057 enum TBTPowerStateValue
00058     {
00059     EBTPowerOff,
00060     EBTPowerOn
00061     };
00062 // BTSERVER_SDK_CR_KEYS_H
00063 #endif

Copyright © Nokia Corporation 2001-2008
Back to top