parsing for L2CAP packets, new parsing for AVCTP and AVRCP protocols, some endian bugfixes and the archive now contains the files needed from bluez-libs so we don't need to get that separately.
14 lines
261 B
Text
14 lines
261 B
Text
$NetBSD: patch-ai,v 1.2 2012/02/15 09:30:23 plunky Exp $
|
|
|
|
--- parser/rfcomm.h.orig 2011-01-27 04:11:41.000000000 +0000
|
|
+++ parser/rfcomm.h
|
|
@@ -25,7 +25,9 @@
|
|
#ifndef __RFCOMM_H
|
|
#define __RFCOMM_H
|
|
|
|
+#if 0
|
|
#include <endian.h>
|
|
+#endif
|
|
|
|
#define RFCOMM_PSM 3
|
|
|