bluetooth/btlogger/generic/public/components.h
changeset 27 83036355c0f3
parent 0 29b1cd4cb562
equal deleted inserted replaced
4:28479eeba3fb 27:83036355c0f3
    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 
    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 
       
    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
    40 #define LOG_COMPONENT_HCICMDQ				"HciCmdQ"
    31 #define LOG_COMPONENT_HCICMDQ				"HciCmdQ"
    54 #define LOG_COMPONENT_INITIALISOR_SYMBIAN	"InitSymbian"
    45 #define LOG_COMPONENT_INITIALISOR_SYMBIAN	"InitSymbian"
    55 #define LOG_COMPONENT_INITIALISOR_TI		"InitTi"
    46 #define LOG_COMPONENT_INITIALISOR_TI		"InitTi"
    56 #define LOG_COMPONENT_HCTL_UART_ORIGINAL	"HctlUartOriginal"
    47 #define LOG_COMPONENT_HCTL_UART_ORIGINAL	"HctlUartOriginal"
    57 #define LOG_COMPONENT_HCTL_TI				"HctlTi"
    48 #define LOG_COMPONENT_HCTL_TI				"HctlTi"
    58 #define LOG_COMPONENT_HCTL_BCSP				"HctlBcsp"
    49 #define LOG_COMPONENT_HCTL_BCSP				"HctlBcsp"
    59 #define LOG_COMPONENT_HCI_FACADE			"HciFacade"
    50 #define LOG_COMPONENT_HCTL_USB_ORIGINAL		"HctlUsbOriginal"
    60 #define LOG_COMPONENT_HCI_CSCOLINK			"CSCOLink"
    51 
    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"
    73 #define LOG_COMPONENT_L2CAP_DATA_CONTROLLER	"L2CapDataController"
    70 #define LOG_COMPONENT_L2CAP_DATA_CONTROLLER	"L2CapDataController"
    74 #define LOG_COMPONENT_RFCOMM				"Rfcomm"
    71 #define LOG_COMPONENT_RFCOMM				"Rfcomm"
    75 #define LOG_COMPONENT_SDP					"Sdp"
    72 #define LOG_COMPONENT_SDP					"Sdp"
    76 #define LOG_COMPONENT_AVDTP					"Avdtp"
    73 #define LOG_COMPONENT_AVDTP					"Avdtp"
    77 #define LOG_COMPONENT_AVCTP					"Avctp"
    74 #define LOG_COMPONENT_AVCTP					"Avctp"
       
    75 #define LOG_COMPONENT_HCI_FACADE			"HciFacade"
       
    76 #define LOG_COMPONENT_HCI_CSCOLINK			"CSCOLink"
    78 
    77 
    79 // Bluetooth User Components
    78 // Bluetooth User Components
    80 #define LOG_COMPONENT_BTLIB					"BtLib"
    79 #define LOG_COMPONENT_BTLIB					"BtLib"
    81 #define LOG_COMPONENT_AVLIB					"AvLib"
    80 #define LOG_COMPONENT_AVLIB					"AvLib"
    82 #define LOG_COMPONENT_AVCTP_SERVICES		"AvctpServices"
    81 #define LOG_COMPONENT_AVCTP_SERVICES		"AvctpServices"
    96 #define LOG_COMPONENT_BT_MANAGER_CLIENT		"BtManClient"
    95 #define LOG_COMPONENT_BT_MANAGER_CLIENT		"BtManClient"
    97 #define LOG_COMPONENT_BT_MANAGER_SERVER		"BtManServer"
    96 #define LOG_COMPONENT_BT_MANAGER_SERVER		"BtManServer"
    98 #define LOG_COMPONENT_BT_REGISTRY			"BtRegistry"
    97 #define LOG_COMPONENT_BT_REGISTRY			"BtRegistry"
    99 
    98 
   100 // A2DP Optimiser
    99 // A2DP Optimiser
   101 #define LOG_COMPONENT_A2DP_OPTIMISER        "A2dpOptimiser"
   100 #define LOG_COMPONENT_A2DP_OPTIMISER		"A2dpOptimiser"
   102 
   101 
   103 // Bluetooth PAN profile
   102 // Bluetooth PAN profile
   104 #define LOG_COMPONENT_PAN_BNEP				"Bnep"
   103 #define LOG_COMPONENT_PAN_BNEP				"Bnep"
   105 #define LOG_COMPONENT_PAN_AGENT				"PanAgt"
   104 #define LOG_COMPONENT_PAN_AGENT				"PanAgt"
   106 #define LOG_COMPONENT_PAN_HELPERS			"PanHelpers"
   105 #define LOG_COMPONENT_PAN_HELPERS			"PanHelpers"
   124 #define LOG_COMPONENT_AVRCP_BATTERY_STATUS	"AvrcpBattStat"
   123 #define LOG_COMPONENT_AVRCP_BATTERY_STATUS	"AvrcpBattStat"
   125 #define LOG_COMPONENT_AVRCP_GROUP_NAVIGATION "AvrcpGroupNav"
   124 #define LOG_COMPONENT_AVRCP_GROUP_NAVIGATION "AvrcpGroupNav"
   126 #define LOG_COMPONENT_AVRCP_MEDIA_INFO		"AvrcpMediaInfo"
   125 #define LOG_COMPONENT_AVRCP_MEDIA_INFO		"AvrcpMediaInfo"
   127 #define LOG_COMPONENT_AVRCP_PLAYER_INFO		"AvrcpPlayerInfo"
   126 #define LOG_COMPONENT_AVRCP_PLAYER_INFO		"AvrcpPlayerInfo"
   128 #define LOG_COMPONENT_AVRCP_FRAME			"AvrcpFrame"
   127 #define LOG_COMPONENT_AVRCP_FRAME			"AvrcpFrame"
   129 #define LOG_COMPONENT_REMCONABSOLUTEVOLUME  "RemConAbsoluteVolumeApi"
   128 #define LOG_COMPONENT_REMCONABSOLUTEVOLUME	"RemConAbsoluteVolumeApi"
   130 #define LOG_COMPONENT_REMCONMEDIABROWSEAPI  "RemConMediaBrowseApi"
   129 #define LOG_COMPONENT_REMCONMEDIABROWSEAPI	"RemConMediaBrowseApi"
   131 #define LOG_COMPONENT_REMCONNOWPLAYINGAPI   "RemConNowPlayingApi"
   130 #define LOG_COMPONENT_REMCONNOWPLAYINGAPI	"RemConNowPlayingApi"
   132 
   131 
   133 // Test Components
   132 // Test Components
   134 #define LOG_COMPONENT_BT_COMM_TCSY			"BtCommTcsy"
   133 #define LOG_COMPONENT_BT_COMM_TCSY			"BtCommTcsy"
   135 #define LOG_COMPONENT_GAVDP_TAVSRC			"GavdpTavsrc"
   134 #define LOG_COMPONENT_GAVDP_TAVSRC			"GavdpTavsrc"
   136 #define LOG_COMPONENT_TSDPSAS				"Tsdpsas"
   135 #define LOG_COMPONENT_TSDPSAS				"Tsdpsas"