fe86351074
HCIdump reads raw HCI data coming from and going to a Bluetooth device and prints to screen commands, events and data in a human-readable form. Optionally, the dump can be written to a file rather than parsed, and the dump file can be parsed in a subsequent moment. from jcs@, with some tweaks by me requested by uwe@
14 lines
292 B
Plaintext
14 lines
292 B
Plaintext
$OpenBSD: patch-parser_rfcomm_h,v 1.1.1.1 2008/11/29 09:54:49 jasper Exp $
|
|
--- parser/rfcomm.h.orig Sat Feb 17 21:39:02 2007
|
|
+++ parser/rfcomm.h Tue Aug 12 11:09:49 2008
|
|
@@ -25,7 +25,9 @@
|
|
#ifndef __RFCOMM_H
|
|
#define __RFCOMM_H
|
|
|
|
+#if 0
|
|
#include <endian.h>
|
|
+#endif
|
|
|
|
#define RFCOMM_PSM 3
|
|
|