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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user