Diff between 6750307fb42e196b9f13e63dedd7c10b6fe7adfb and f7ee6614651f7f5bd4cd3d8cce3ebabc1ed9d3ad

Changed Files

File Additions Deletions Status
unit/test-gatt.c +2 -2 modified

Full Patch

diff --git a/unit/test-gatt.c b/unit/test-gatt.c
index db7df33..85640c3 100644
--- a/unit/test-gatt.c
+++ b/unit/test-gatt.c
@@ -1894,7 +1894,7 @@ int main(int argc, char *argv[])
 			NULL,
 			MTU_EXCHANGE_CLIENT_PDUS,
 			raw_pdu(0x08, 0x10, 0x00, 0x20, 0x00, 0x03, 0x28),
-			raw_pdu(0x09, 0x07, 0x11, 0x00, 02, 0x12, 0x00, 0x25,
+			raw_pdu(0x09, 0x07, 0x11, 0x00, 0x02, 0x12, 0x00, 0x25,
 					0x2a),
 			raw_pdu(0x08, 0x12, 0x00, 0x20, 0x00, 0x03, 0x28),
 			raw_pdu(0x09, 0x15, 0x13, 0x00, 0x02, 0x14, 0x00, 0x85,
@@ -1947,7 +1947,7 @@ int main(int argc, char *argv[])
 			NULL,
 			MTU_EXCHANGE_CLIENT_PDUS,
 			raw_pdu(0x08, 0x10, 0x00, 0x20, 0x00, 0x03, 0x28),
-			raw_pdu(0x09, 0x07, 0x11, 0x00, 02, 0x12, 0x00, 0x25,
+			raw_pdu(0x09, 0x07, 0x11, 0x00, 0x02, 0x12, 0x00, 0x25,
 					0x2a),
 			raw_pdu(0x08, 0x12, 0x00, 0x20, 0x00, 0x03, 0x28),
 			raw_pdu(0x09, 0x15, 0x13, 0x00, 0x02, 0x14, 0x00, 0x85,