Diff between 39b541edb2731204c988ab329afc0e226c0b8c76 and 0ff04a94a69ccd1783f446f59de6050d79ca3604

Changed Files

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

Full Patch

diff --git a/tools/ioctl-tester.c b/tools/ioctl-tester.c
index cb283e1..c29b302 100644
--- a/tools/ioctl-tester.c
+++ b/tools/ioctl-tester.c
@@ -550,7 +550,7 @@ static const struct hci_conn_list_req conn_list_req_1 = {
 	.dev_id = 0x00,
 	.conn_num = 0x01,
 	.conn_info = {{
-		.handle = 0x002a,
+		.handle = 0x0001,
 		.bdaddr = {{ 0x00, 0x00, 0x01, 0x01, 0xaa, 0x00 }},
 		.type = 0x01,
 		.out = 0x00,
@@ -568,7 +568,7 @@ static const struct hci_conn_info_req conn_info_req = {
 	.bdaddr = {{ 0x00, 0x00, 0x01, 0x01, 0xaa, 0x00 }},
 	.type = ACL_LINK,
 	.conn_info = {{
-		.handle = 0x002a,
+		.handle = 0x0001,
 		.bdaddr = {{ 0x00, 0x00, 0x01, 0x01, 0xaa, 0x00 }},
 		.type = 0x01,
 		.out = 0x00,