bluetooth: Drop vanity trace colors

This commit is contained in:
Alexander von Gluck IV
2016-04-10 00:49:31 -05:00
parent 9bab67590e
commit e1e291b063
6 changed files with 10 additions and 20 deletions
@@ -7,14 +7,12 @@
#include <l2cap.h>
#include <bluetooth/HCI/btHCI_command.h>
#define BT_DEBUG_THIS_MODULE
#define SUBMODULE_NAME "Channel"
#define SUBMODULE_COLOR 31
#include <btDebug.h>
#include "ChannelInterface.h"
#include "FrameInterface.h"
L2capChannel*
ChannelBySourceID(HciConnection *conn, uint16 scid)
{
@@ -10,15 +10,13 @@
#include <bluetooth/bluetooth.h>
#include <bluetooth/bdaddrUtils.h>
#define BT_DEBUG_THIS_MODULE
#define SUBMODULE_NAME "Connection"
#define SUBMODULE_COLOR 31
#include <btDebug.h>
#include <l2cap.h>
#include "ConnectionInterface.h"
void PurgeChannels(HciConnection* conn);
@@ -1,12 +1,15 @@
/*
* Copyright 2008 Oliver Ruiz Dorantes, oliver.ruiz.dorantes_at_gmail.com
* All rights reserved. Distributed under the terms of the MIT License.
*/
#include "FrameInterface.h"
#define BT_DEBUG_THIS_MODULE
#define SUBMODULE_NAME "Frame"
#define SUBMODULE_COLOR 31
#include <btDebug.h>
#include <lock.h>
L2capFrame*
SignalByIdent(HciConnection* conn, uint8 ident)
{
-3
View File
@@ -14,9 +14,6 @@
#include <bluetooth/HCI/btHCI_event.h>
#include <bluetooth/bdaddrUtils.h>
//#define BT_DEBUG_THIS_MODULE
#define SUBMODULE_NAME "ACL"
#define SUBMODULE_COLOR 34
#include <btDebug.h>
#include <btCoreData.h>
#include <btModules.h>
@@ -22,9 +22,6 @@
#include <net_stack.h>
#include <NetBufferUtilities.h>
#define BT_DEBUG_THIS_MODULE
#define SUBMODULE_NAME "hci"
#define SUBMODULE_COLOR 34
#include <btDebug.h>
#include <btCoreData.h>
#include <btModules.h>
@@ -5,6 +5,8 @@
*
*/
#include "h2generic.h"
#include <kernel.h>
#include <malloc.h>
#include <stdio.h>
@@ -14,16 +16,11 @@
#include <ByteOrder.h>
#include <Drivers.h>
#include "snet_buffer.h"
#define BT_DEBUG_THIS_MODULE
#define SUBMODULE_NAME BLUETOOTH_DEVICE_DEVFS_NAME
#define SUBMODULE_COLOR 35
#include <btDebug.h>
#include <btModules.h>
#include "h2generic.h"
#include "h2transactions.h"
#include "h2util.h"