Diff between 02cbe2d2319d87d35e7cea6cb8610c0b67034644 and c7feea25284edc19d5b6b9c71040f4883eafb560

Changed Files

File Additions Deletions Status
tools/l2cap-tester.c +2 -2 modified

Full Patch

diff --git a/tools/l2cap-tester.c b/tools/l2cap-tester.c
index ff641ba..11d549f 100644
--- a/tools/l2cap-tester.c
+++ b/tools/l2cap-tester.c
@@ -501,8 +501,8 @@ static const uint8_t le_connect_req[] = {	0x80, 0x00, /* PSM */
 
 static const uint8_t le_connect_rsp[] = {	0x40, 0x00, /* DCID */
 						0xa0, 0x02, /* MTU */
-						0xe6, 0x00, /* MPS */
-						0x0a, 0x00, /* Credits */
+						0xbc, 0x00, /* MPS */
+						0x04, 0x00, /* Credits */
 						0x00, 0x00, /* Result */
 };