diff -r 22de2e391156 -r 20ac952a623c bluetooth/btlogger/generic/public/components.h --- a/bluetooth/btlogger/generic/public/components.h Thu Sep 23 17:06:47 2010 +0300 +++ b/bluetooth/btlogger/generic/public/components.h Wed Oct 13 16:20:29 2010 +0300 @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available // under the terms of "Eclipse Public License v1.0" @@ -24,15 +24,6 @@ // This file provides a centralised place for the definition // of log component strings for use with the Bluetooth logger. -// The Bluetooth PRT -#define LOG_COMPONENT_BT_PRT "BtPrt" - -// Class of Device (CoD) Service Manager -#define LOG_COMPONENT_BT_COD "CoD" - -// Incoming connection listener -#define LOG_COMPONENT_IN_CONN_LISTENER "InConnListener" - // The Bluetooth Logger #define LOG_COMPONENT_LOGGER "LogEngine" @@ -61,6 +52,12 @@ #define LOG_COMPONENT_HCI_WATCHDOG "HciWatchdog" // Bluetooth Stack Components +//// The common Bluetooth protocol components +#define LOG_COMPONENT_BT_PRT "BtPrt" +//// Class of Device (CoD) Service Manager +#define LOG_COMPONENT_BT_COD "CoD" +//// Incoming connection listener +#define LOG_COMPONENT_IN_CONN_LISTENER "InConnListener" #define LOG_COMPONENT_SECMAN "SecMan" #define LOG_COMPONENT_HOSTRESOLVER "HostResolver" #define LOG_COMPONENT_LINKMGR "LinkMgr"