|
From: Peter K. <pk...@us...> - 2001-02-27 12:37:12
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- btdebug.h 1.31 1.32=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Added defines for debug of the security client communication. The diff of the modified file(s): --- btdebug.h 2001/02/15 16:28:46 1.31 +++ btdebug.h 2001/02/27 12:38:19 1.32 @@ -124,7 +124,6 @@ =20 /***************** RFCOMM Debug defines **********************************= ****/ =20 - /* Possibility to turn on/off debug for seperate sections in RFCOMM*/ =20 #define DEBUG_RFCOMM_RECEIVE_FLOW 0 @@ -174,6 +173,14 @@ #define BTMEM_DEBUG 0 =20 #define BTMEM_DBG_STR " BTMEM " + +/***************** Security Debug defines ********************************= ****/ + +#define SEC_CLIENT_DEBUG_MISC 0 +#define SEC_CLIENT_DEBUG_PROC 0 +#define SEC_CLIENT_PRINT_DATA 0 + +#define SEC_DBG_STR " SEC " =20 /***************** Function declaration section **************************= ****/ =20 |
|
From: Peter K. <pk...@us...> - 2001-03-02 15:13:52
|
The following file was modified in linux/include/linux/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
btdebug.h 1.34 1.35=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Turned off debug that David accidentally turned on.
The diff of the modified file(s):
--- btdebug.h 2001/03/02 10:55:03 1.34
+++ btdebug.h 2001/03/02 15:15:08 1.35
@@ -84,41 +84,41 @@
/****************** HCI Debug defines ************************************=
****/
/* Possibility to turn on/off debug for separate sections, in the hci laye=
r */
=20
-#define DEBUG_HCI_QUEUEING 1
+#define DEBUG_HCI_QUEUEING 0
/* Debug for the queueing when sending data */
=20
-#define DEBUG_HCI_INDATA 1
+#define DEBUG_HCI_INDATA 0
/* Prints out how many characters that is received by hci_recieve_data() */
=20
-#define DEBUG_HCI_STATE 1
+#define DEBUG_HCI_STATE 0
/* Will enable/disable debug for the receive states (WAIT_FOR_xxx) */
=20
-#define DEBUG_HCI_RECEIVING_PROCESS 1
+#define DEBUG_HCI_RECEIVING_PROCESS 0
/* Will enable/disable debug during the receiving process */
=20
-#define DEBUG_HCI_SEND_PROCESS 1
+#define DEBUG_HCI_SEND_PROCESS 0
/* Will enable/disable debug during the sending process (only data, no cmd=
s) */
=20
-#define DEBUG_DATAFLOW 1
+#define DEBUG_DATAFLOW 0
/* Enables / disables the printing of the bytes thar are sent/received */
=20
-#define DEBUG_HCI_CTRL 1
+#define DEBUG_HCI_CTRL 0
/* Enables / disables debug for the HCI control and signaling */
=20
-#define DEBUG_HCI_CMD 1
+#define DEBUG_HCI_CMD 0
/* Enables / disables debug for the HCI commands */
=20
#define HCI_DBG_STR "HCI: "
=20
/***************** L2CAP Debug defines ***********************************=
****/
=20
-#define L2CAP_DEBUG_STATE 1
-#define L2CAP_DEBUG_TIMER 1
-#define L2CAP_DEBUG_CON 1
-#define L2CAP_DEBUG_RCV 1
-#define L2CAP_DEBUG_XMIT 1
-#define L2CAP_DEBUG_MISC 1
-#define L2CAP_DEBUG_DATA 1
+#define L2CAP_DEBUG_STATE 0
+#define L2CAP_DEBUG_TIMER 0
+#define L2CAP_DEBUG_CON 0
+#define L2CAP_DEBUG_RCV 0
+#define L2CAP_DEBUG_XMIT 0
+#define L2CAP_DEBUG_MISC 0
+#define L2CAP_DEBUG_DATA 0
=20
#define L2CAP_DBG_STR " L2CAP "
=20
@@ -126,17 +126,17 @@
=20
/* Possibility to turn on/off debug for seperate sections in RFCOMM*/
=20
-#define DEBUG_RFCOMM_RECEIVE_FLOW 1
+#define DEBUG_RFCOMM_RECEIVE_FLOW 0
/* Will enable/disable debug during the receiving process */
=20
-#define DEBUG_RFCOMM_SEND_PROCESS 1
+#define DEBUG_RFCOMM_SEND_PROCESS 0
/* Will enable/disable debug during the sending process */
=20
-#define DEBUG_RFCOMM_INTERNAL_SIGNALING 1
+#define DEBUG_RFCOMM_INTERNAL_SIGNALING 0
/* Will enable/disable debug for the internal signaling between the RFCOMM
layers on two differnet BT-units */
=20
-#define PRINT_DATA_ENABLE 1
+#define PRINT_DATA_ENABLE 0
/* Enables /disables the printing of the send and received data */
=20
#define RFCOMM_DBG_STR " RFCOMM "
|
|
From: Peter K. <pk...@us...> - 2001-03-02 16:56:32
|
The following file was modified in linux/include/linux/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
btdebug.h 1.35 1.36=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Turned off debug that Marcus had accidentally turned on.
The diff of the modified file(s):
--- btdebug.h 2001/03/02 15:15:08 1.35
+++ btdebug.h 2001/03/02 16:57:50 1.36
@@ -72,8 +72,8 @@
=20
/***************** Bluetooth Debug defines *******************************=
****/
=20
-#define BT_DATA_DEBUG 1
-#define BT_DATAFLOW_DEBUG 1 /* print pkt */
+#define BT_DATA_DEBUG 0
+#define BT_DATAFLOW_DEBUG 0 /* print pkt */
=20
#define BT_DRIVER_DEBUG 1
=20
@@ -143,21 +143,21 @@
=20
/***************** SDP Debug defines *************************************=
****/
=20
-#define SDP_DEBUG_XMIT 1
+#define SDP_DEBUG_XMIT 0
/* Enables/disables the debug when sdp is transmitting data */
=20
-#define SDP_DEBUG_REC 1
+#define SDP_DEBUG_REC 0
/* Enables/disables the debug when sdp is receiving data */
=20
-#define SDP_DEBUG_MISC 1
+#define SDP_DEBUG_MISC 0
/* Enables/disables debug for functions used during connection and
disconnecting i sdp */
=20
-#define SDP_DEBUG_MEM 1
+#define SDP_DEBUG_MEM 0
=20
-#define SDP_DEBUG_PROC 1
+#define SDP_DEBUG_PROC 0
=20
-#define SDP_PRINT_DATA 1
+#define SDP_PRINT_DATA 0
=20
#define SDP_DBG_STR " SDP "
=20
|
|
From: Peter K. <pk...@us...> - 2001-03-04 15:57:50
|
The following file was modified in linux/include/linux/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
btdebug.h 1.36 1.37=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Removed SDP_DEBUG_MEM as it is no longer used.
The diff of the modified file(s):
--- btdebug.h 2001/03/02 16:57:50 1.36
+++ btdebug.h 2001/03/04 15:59:23 1.37
@@ -153,8 +153,6 @@
/* Enables/disables debug for functions used during connection and
disconnecting i sdp */
=20
-#define SDP_DEBUG_MEM 0
-
#define SDP_DEBUG_PROC 0
=20
#define SDP_PRINT_DATA 0
|
|
From: Gordon M. <gm...@us...> - 2001-03-24 21:11:41
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- btdebug.h 1.37 1.37.2.1=20=20=20=20=20=20=20=20 The accompanying log: Merged from trunk The diff of the modified file(s): --- btdebug.h 2001/03/04 15:59:23 1.37 +++ btdebug.h 2001/03/24 21:11:38 1.37.2.1 @@ -73,7 +73,7 @@ /***************** Bluetooth Debug defines *******************************= ****/ =20 #define BT_DATA_DEBUG 0 -#define BT_DATAFLOW_DEBUG 0 /* print pkt */ +#define BT_DATAFLOW_DEBUG 1 /* print pkt */ =20 #define BT_DRIVER_DEBUG 1 =20 |
|
From: Mattias A. <mat...@us...> - 2001-03-30 10:58:53
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- btdebug.h 1.37 1.38=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: * renamed define BT_DATADEBUG to BT_DATADUMP_DEBUG * fixed declaration of print_data when running usermode stack The diff of the modified file(s): --- btdebug.h 2001/03/04 15:59:23 1.37 +++ btdebug.h 2001/03/30 10:58:51 1.38 @@ -73,7 +73,7 @@ /***************** Bluetooth Debug defines *******************************= ****/ =20 #define BT_DATA_DEBUG 0 -#define BT_DATAFLOW_DEBUG 0 /* print pkt */ +#define BT_DATADUMP_DEBUG 0 /* print each byte */ =20 #define BT_DRIVER_DEBUG 1 =20 @@ -184,11 +184,11 @@ =20 #ifdef __KERNEL__ u8* print_time(s32 use_stdout); +void print_data(const u8 *message, u8 *buf, s32 len); #else char* print_time(int use_stdout); +void print_data(const unsigned char *message, unsigned char *buf, int len); #endif - -void print_data(const u8 *message, u8 *buf, s32 len); =20 #endif /****************** END OF FILE btdebug.h ********************************= ****/ |
|
From: Mattias A. <mat...@us...> - 2001-04-17 11:53:29
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- btdebug.h 1.38 1.39=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: added bd2str The diff of the modified file(s): --- btdebug.h 2001/03/30 10:58:51 1.38 +++ btdebug.h 2001/04/17 11:53:29 1.39 @@ -190,5 +190,7 @@ void print_data(const unsigned char *message, unsigned char *buf, int len); #endif =20 +const char* bd2str(const unsigned char *bd); + #endif /****************** END OF FILE btdebug.h ********************************= ****/ |
|
From: Mattias A. <mat...@us...> - 2001-08-27 15:26:41
|
The following file was modified in linux/include/linux/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
btdebug.h 1.39 1.40=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
* added credit based flow debug flag
The diff of the modified file(s):
--- btdebug.h 2001/04/17 11:53:29 1.39
+++ btdebug.h 2001/08/27 15:26:41 1.40
@@ -136,6 +136,8 @@
/* Will enable/disable debug for the internal signaling between the RFCOMM
layers on two differnet BT-units */
=20
+#define DEBUG_RFCOMM_CREDIT_BASED_FLOW
+
#define PRINT_DATA_ENABLE 0
/* Enables /disables the printing of the send and received data */
=20
|
|
From: Peter K. <pk...@us...> - 2001-09-19 15:11:29
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- btdebug.h 1.40 1.41=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Minor beauty fixes to D_ERR() and D_WARN(). The diff of the modified file(s): --- btdebug.h 2001/08/27 15:26:41 1.40 +++ btdebug.h 2001/09/19 15:11:28 1.41 @@ -56,7 +56,7 @@ =20 /* Always defined */ #define D_ERR(fmt...) printk(BT_SYS_STR"ERROR :" fmt) -#define D_WARN(fmt...) printk(BT_SYS_STR"warning :" fmt) +#define D_WARN(fmt...) printk(BT_SYS_STR "Warning: " fmt) =20 /***************** Over all debug and system print outs ******************= ****/ =20 |
|
From: Peter K. <pk...@us...> - 2001-11-15 11:18:15
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- btdebug.h 1.41 1.42=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Renamed print_time() to bt_log_time(). The diff of the modified file(s): --- btdebug.h 2001/09/19 15:11:28 1.41 +++ btdebug.h 2001/11/15 11:18:14 1.42 @@ -184,13 +184,8 @@ =20 /***************** Function declaration section **************************= ****/ =20 -#ifdef __KERNEL__ -u8* print_time(s32 use_stdout); +u8* bt_log_time(void); void print_data(const u8 *message, u8 *buf, s32 len); -#else -char* print_time(int use_stdout); -void print_data(const unsigned char *message, unsigned char *buf, int len); -#endif =20 const char* bd2str(const unsigned char *bd); =20 |
|
From: Anders J. <and...@us...> - 2002-01-24 12:37:18
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- btdebug.h 1.43 1.44=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: * Added missing defines The diff of the modified file(s): --- btdebug.h 2001/12/04 10:01:27 1.43 +++ btdebug.h 2002/01/24 12:37:17 1.44 @@ -175,6 +175,8 @@ #define BNEP_PRINT_DATA 0 #define BNEP_DEBUG_REC 0 #define BNEP_DEBUG_PROC 0 +#define BNEP_DEBUG_DATA 0 +#define BNEP_DEBUG_IPDATA 0 #define BNEP_DBG_STR " BNEP " =20 /***************** BTMEM Debug defines ***********************************= ****/ |
|
From: Alain P. <apa...@us...> - 2002-05-10 13:22:45
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Tag Comment ---- ----------- ----------- --- ------- btdebug.h 1.45 1.46=20=20=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Remove additional debug settings. Sorry. The diff of the modified file(s): --- btdebug.h 10 May 2002 12:27:51 -0000 1.45 +++ btdebug.h 10 May 2002 13:22:45 -0000 1.46 @@ -72,12 +72,12 @@ =20 /***************** Bluetooth Debug defines *******************************= ****/ =20 -#define BT_DATA_DEBUG 1 +#define BT_DATA_DEBUG 0 #define BT_DATADUMP_DEBUG 0 /* print each byte */ =20 -#define BT_DRIVER_DEBUG 1 +#define BT_DRIVER_DEBUG 0 =20 -#define BT_LDISC_DEBUG 1 +#define BT_LDISC_DEBUG 0 =20 #define BT_DBG_STR "BT "=20 =20 @@ -105,7 +105,7 @@ #define DEBUG_HCI_CTRL 0 /* Enables / disables debug for the HCI control and signaling */ =20 -#define DEBUG_HCI_CMD 1 +#define DEBUG_HCI_CMD 0 /* Enables / disables debug for the HCI commands */ =20 #define HCI_DBG_STR "HCI: " |