Am 10.11.2011 15:43, schrieb Luiz Augusto von Dentz:
From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx>
---
unit/test-gobex-transfer.c | 56
++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 56 insertions(+), 0 deletions(-)
diff --git a/unit/test-gobex-transfer.c b/unit/test-gobex-transfer.c
index a246418..ac6356d 100644
--- a/unit/test-gobex-transfer.c
+++ b/unit/test-gobex-transfer.c
@@ -65,6 +65,12 @@ static guint8 get_rsp_first[] = {
G_OBEX_RSP_CONTINUE | FINAL_BIT, 0x00, 0x10,
static guint8 get_rsp_last[] = { G_OBEX_RSP_SUCCESS | FINAL_BIT,
0x00, 0x06,
G_OBEX_HDR_BODY_END, 0x00, 0x03 };
+static guint8 conn_req[] = { G_OBEX_OP_CONNECT | FINAL_BIT, 0x00,
0x07,
+ 0x10, 0x00, 0x10, 0x00 };
+static guint8 conn_rsp[] = { G_OBEX_RSP_SUCCESS | FINAL_BIT, 0x00,
0x0c,
+ 0x10, 0x00, 0x10, 0x00, 0xcb, 0x00,
+ 0x00, 0x00, 0x01 };
+
Maybe replace 0xcb with G_OBEX_HDR_CONNECTION?
HS
--
To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html