bluetooth/btlogger/generic/public/components.h
changeset 51 20ac952a623c
parent 0 29b1cd4cb562
child 52 321a10f609ef
equal deleted inserted replaced
48:22de2e391156 51:20ac952a623c
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2006-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".
    21 #ifndef BLUETOOTH_LOGGER_COMPONENTS_H
    21 #ifndef BLUETOOTH_LOGGER_COMPONENTS_H
    22 #define BLUETOOTH_LOGGER_COMPONENTS_H
    22 #define BLUETOOTH_LOGGER_COMPONENTS_H
    23 
    23 
    24 // This file provides a centralised place for the definition
    24 // This file provides a centralised place for the definition
    25 // of log component strings for use with the Bluetooth logger.
    25 // of log component strings for use with the Bluetooth logger.
    26 
       
    27 // The Bluetooth PRT
       
    28 #define LOG_COMPONENT_BT_PRT				"BtPrt"
       
    29 
       
    30 // Class of Device (CoD) Service Manager
       
    31 #define LOG_COMPONENT_BT_COD				"CoD"
       
    32 
       
    33 // Incoming connection listener
       
    34 #define LOG_COMPONENT_IN_CONN_LISTENER		"InConnListener"
       
    35 
    26 
    36 // The Bluetooth Logger
    27 // The Bluetooth Logger
    37 #define LOG_COMPONENT_LOGGER				"LogEngine"
    28 #define LOG_COMPONENT_LOGGER				"LogEngine"
    38 
    29 
    39 // HCIv2 Framework
    30 // HCIv2 Framework
    59 #define LOG_COMPONENT_HCI_FACADE			"HciFacade"
    50 #define LOG_COMPONENT_HCI_FACADE			"HciFacade"
    60 #define LOG_COMPONENT_HCI_CSCOLINK			"CSCOLink"
    51 #define LOG_COMPONENT_HCI_CSCOLINK			"CSCOLink"
    61 #define LOG_COMPONENT_HCI_WATCHDOG			"HciWatchdog"
    52 #define LOG_COMPONENT_HCI_WATCHDOG			"HciWatchdog"
    62 
    53 
    63 // Bluetooth Stack Components
    54 // Bluetooth Stack Components
       
    55 //// The common Bluetooth protocol components
       
    56 #define LOG_COMPONENT_BT_PRT				"BtPrt"
       
    57 //// Class of Device (CoD) Service Manager
       
    58 #define LOG_COMPONENT_BT_COD				"CoD"
       
    59 //// Incoming connection listener
       
    60 #define LOG_COMPONENT_IN_CONN_LISTENER		"InConnListener"
    64 #define LOG_COMPONENT_SECMAN				"SecMan"
    61 #define LOG_COMPONENT_SECMAN				"SecMan"
    65 #define LOG_COMPONENT_HOSTRESOLVER			"HostResolver"
    62 #define LOG_COMPONENT_HOSTRESOLVER			"HostResolver"
    66 #define LOG_COMPONENT_LINKMGR				"LinkMgr"
    63 #define LOG_COMPONENT_LINKMGR				"LinkMgr"
    67 #define LOG_COMPONENT_PAIRING_SERVER		"PairingServer"
    64 #define LOG_COMPONENT_PAIRING_SERVER		"PairingServer"
    68 #define LOG_COMPONENT_EIRMANAGER			"EirManager"
    65 #define LOG_COMPONENT_EIRMANAGER			"EirManager"