bluetooth: Drop vanity trace colors
This commit is contained in:
@@ -7,14 +7,12 @@
|
|||||||
#include <l2cap.h>
|
#include <l2cap.h>
|
||||||
#include <bluetooth/HCI/btHCI_command.h>
|
#include <bluetooth/HCI/btHCI_command.h>
|
||||||
|
|
||||||
#define BT_DEBUG_THIS_MODULE
|
|
||||||
#define SUBMODULE_NAME "Channel"
|
|
||||||
#define SUBMODULE_COLOR 31
|
|
||||||
#include <btDebug.h>
|
#include <btDebug.h>
|
||||||
|
|
||||||
#include "ChannelInterface.h"
|
#include "ChannelInterface.h"
|
||||||
#include "FrameInterface.h"
|
#include "FrameInterface.h"
|
||||||
|
|
||||||
|
|
||||||
L2capChannel*
|
L2capChannel*
|
||||||
ChannelBySourceID(HciConnection *conn, uint16 scid)
|
ChannelBySourceID(HciConnection *conn, uint16 scid)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -10,15 +10,13 @@
|
|||||||
#include <bluetooth/bluetooth.h>
|
#include <bluetooth/bluetooth.h>
|
||||||
#include <bluetooth/bdaddrUtils.h>
|
#include <bluetooth/bdaddrUtils.h>
|
||||||
|
|
||||||
#define BT_DEBUG_THIS_MODULE
|
|
||||||
#define SUBMODULE_NAME "Connection"
|
|
||||||
#define SUBMODULE_COLOR 31
|
|
||||||
#include <btDebug.h>
|
#include <btDebug.h>
|
||||||
|
|
||||||
#include <l2cap.h>
|
#include <l2cap.h>
|
||||||
|
|
||||||
#include "ConnectionInterface.h"
|
#include "ConnectionInterface.h"
|
||||||
|
|
||||||
|
|
||||||
void PurgeChannels(HciConnection* conn);
|
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"
|
#include "FrameInterface.h"
|
||||||
|
|
||||||
#define BT_DEBUG_THIS_MODULE
|
|
||||||
#define SUBMODULE_NAME "Frame"
|
|
||||||
#define SUBMODULE_COLOR 31
|
|
||||||
#include <btDebug.h>
|
#include <btDebug.h>
|
||||||
|
|
||||||
#include <lock.h>
|
#include <lock.h>
|
||||||
|
|
||||||
|
|
||||||
L2capFrame*
|
L2capFrame*
|
||||||
SignalByIdent(HciConnection* conn, uint8 ident)
|
SignalByIdent(HciConnection* conn, uint8 ident)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -14,9 +14,6 @@
|
|||||||
#include <bluetooth/HCI/btHCI_event.h>
|
#include <bluetooth/HCI/btHCI_event.h>
|
||||||
#include <bluetooth/bdaddrUtils.h>
|
#include <bluetooth/bdaddrUtils.h>
|
||||||
|
|
||||||
//#define BT_DEBUG_THIS_MODULE
|
|
||||||
#define SUBMODULE_NAME "ACL"
|
|
||||||
#define SUBMODULE_COLOR 34
|
|
||||||
#include <btDebug.h>
|
#include <btDebug.h>
|
||||||
#include <btCoreData.h>
|
#include <btCoreData.h>
|
||||||
#include <btModules.h>
|
#include <btModules.h>
|
||||||
|
|||||||
@@ -22,9 +22,6 @@
|
|||||||
#include <net_stack.h>
|
#include <net_stack.h>
|
||||||
#include <NetBufferUtilities.h>
|
#include <NetBufferUtilities.h>
|
||||||
|
|
||||||
#define BT_DEBUG_THIS_MODULE
|
|
||||||
#define SUBMODULE_NAME "hci"
|
|
||||||
#define SUBMODULE_COLOR 34
|
|
||||||
#include <btDebug.h>
|
#include <btDebug.h>
|
||||||
#include <btCoreData.h>
|
#include <btCoreData.h>
|
||||||
#include <btModules.h>
|
#include <btModules.h>
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "h2generic.h"
|
||||||
|
|
||||||
#include <kernel.h>
|
#include <kernel.h>
|
||||||
#include <malloc.h>
|
#include <malloc.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
@@ -14,16 +16,11 @@
|
|||||||
#include <ByteOrder.h>
|
#include <ByteOrder.h>
|
||||||
#include <Drivers.h>
|
#include <Drivers.h>
|
||||||
|
|
||||||
|
|
||||||
#include "snet_buffer.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 <btDebug.h>
|
||||||
#include <btModules.h>
|
#include <btModules.h>
|
||||||
|
|
||||||
#include "h2generic.h"
|
|
||||||
#include "h2transactions.h"
|
#include "h2transactions.h"
|
||||||
#include "h2util.h"
|
#include "h2util.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user