bluetooth_server: Nuke the weird logging system, just use macros...

... just like everything else on Haiku does. Permanently enabled for the
time being. At least I can tell what's going on now.
This commit is contained in:
Augustin Cavalier
2016-05-07 21:10:34 -04:00
parent b83e81795a
commit 5559d51db7
10 changed files with 125 additions and 474 deletions
@@ -7,7 +7,7 @@
/* Kit Comunication */
// LocalDevice
// LocalDevice
#define BT_MSG_COUNT_LOCAL_DEVICES 'btCd'
#define BT_MSG_ACQUIRE_LOCAL_DEVICE 'btAd'
#define BT_MSG_HANDLE_SIMPLE_REQUEST 'btsR'
@@ -22,7 +22,4 @@
#define BT_MSG_INQUIRY_ERROR 'IqER'
#define BT_MSG_INQUIRY_DEVICE 'IqDE'
// Server
#define BT_MSG_SERVER_SHOW_CONSOLE 'btsc'
#endif