Diff between 1051531f2ddcd2f30566f68720cf88ddff60ceff and 2f8c880510173ead681c715d8a44a93eb19e201a
Changed Files
| File | Additions | Deletions | Status |
| tools/l2cap-tester.c | +4 | -4 | modified |
Full Patch
diff --git a/tools/l2cap-tester.c b/tools/l2cap-tester.c
index c46527c..f02cb24 100644
--- a/tools/l2cap-tester.c
+++ b/tools/l2cap-tester.c
@@ -492,10 +492,10 @@ static const uint8_t le_connect_req[] = { 0x80, 0x00, /* PSM */
0x05, 0x00, /* Credits */
};
-static const uint8_t le_connect_rsp[] = { 0x41, 0x00, /* DCID */
- 0x20, 0x00, /* MTU */
- 0x20, 0x00, /* MPS */
- 0x05, 0x00, /* Credits */
+static const uint8_t le_connect_rsp[] = { 0x40, 0x00, /* DCID */
+ 0xa0, 0x02, /* MTU */
+ 0xe6, 0x00, /* MPS */
+ 0x0a, 0x00, /* Credits */
0x00, 0x00, /* Result */
};