|
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 |