Diff between 9b00e93b11e5d0b7ce3a4a61426df2bd30f7ceae and 03a24ae4619d6d0ebe8d35f0a76e6f0df1c6009b

Changed Files

File Additions Deletions Status
android/android-tester.c +4 -10 modified

Full Patch

diff --git a/android/android-tester.c b/android/android-tester.c
index 870ad8d..d635732 100644
--- a/android/android-tester.c
+++ b/android/android-tester.c
@@ -3307,16 +3307,10 @@ static void hid_ctrl_connect_cb(uint16_t handle, uint16_t cid, void *user_data)
 
 static const uint8_t did_req_pdu[] = { 0x06, /* PDU id */
 			0x00, 0x00, /* Transaction id */
-			0x00, 0x1d, /* Req length */
-			0x35, 0x11, /* Attributes length */
-			0x1c, 0x00, 0x00, 0x12, 0x00, 0x00, 0x00, 0x10, 0x00,
-			0x80, 0x00, 0x00, 0x80, 0x5f, 0x9b, 0x34, 0xfb, 0xff,
-			0xff, 0x35, 0x05, 0x0a, 0x00, 0x00, 0xff, 0xff, 0x00,
-			0x06, 0x00, 0x01, 0x00, 0x1d, 0x35, 0x11, 0x1c, 0x00,
-			0x00, 0x11, 0x24, 0x00, 0x00, 0x10, 0x00, 0x80, 0x00,
-			0x00, 0x80, 0x5f, 0x9b, 0x34, 0xfb, 0xff, 0xff, 0x35,
-			0x05, 0x0a, 0x00, 0x0, 0xff, 0xff,
-			0x00 }; /* no continuation */
+			0x00, 0x0f, /* Req length */
+			0x35, 0x03, /* Attributes length */
+			0x19, 0x12, 0x00, 0xff, 0xff, 0x35, 0x05, 0x0a, 0x00,
+			0x00, 0xff, 0xff, 0x00 }; /* no continuation */
 
 static const uint8_t did_rsp_pdu[] = { 0x07, /* PDU id */
 			0x00, 0x00, /* Transaction id */