summaryrefslogtreecommitdiff
path: root/tools/l2cap-tester.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2015-11-12 11:15:54 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2015-11-12 11:15:54 +0200
commit2f8c880510173ead681c715d8a44a93eb19e201a (patch)
tree2563e763ad22962f4c679cee4eb8e059f5792810 /tools/l2cap-tester.c
parent1051531f2ddcd2f30566f68720cf88ddff60ceff (diff)
downloadbluez-2f8c880510173ead681c715d8a44a93eb19e201a.tar.gz
tools/l2cap-tester: Fix expected LE CoC conn rsp parameters
Diffstat (limited to 'tools/l2cap-tester.c')
-rw-r--r--tools/l2cap-tester.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/l2cap-tester.c b/tools/l2cap-tester.c
index c46527cc0..f02cb2479 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 */
};