Diff between 3adac8d71583170d14a2f72e101b9d12a253f9e4 and 8071e96a3e7fb818af2bc4434762f67818ddcb59

Changed Files

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

Full Patch

diff --git a/tools/l2cap-tester.c b/tools/l2cap-tester.c
index df8f1bf..acfd7c3 100644
--- a/tools/l2cap-tester.c
+++ b/tools/l2cap-tester.c
@@ -290,7 +290,8 @@ static const struct l2cap_server_data l2cap_server_nval_pdu_test1 = {
 };
 
 static const uint8_t l2cap_nval_dc_req[] = { 0x12, 0x34, 0x56, 0x78 };
-static const uint8_t l2cap_nval_cid_rsp[] = { 0x02, 0x00 };
+static const uint8_t l2cap_nval_cid_rsp[] = { 0x02, 0x00,
+						0x12, 0x34, 0x56, 0x78 };
 
 static const struct l2cap_server_data l2cap_server_nval_cid_test1 = {
 	.send_req_code = BT_L2CAP_PDU_DISCONN_REQ,
@@ -302,7 +303,8 @@ static const struct l2cap_server_data l2cap_server_nval_cid_test1 = {
 };
 
 static const uint8_t l2cap_nval_cfg_req[] = { 0x12, 0x34, 0x00, 0x00 };
-static const uint8_t l2cap_nval_cfg_rsp[] = { 0x02, 0x00 };
+static const uint8_t l2cap_nval_cfg_rsp[] = { 0x02, 0x00,
+						0x12, 0x34, 0x00, 0x00 };
 
 static const struct l2cap_server_data l2cap_server_nval_cid_test2 = {
 	.send_req_code = BT_L2CAP_PDU_CONFIG_REQ,