Diff between bd4e57bce594623c312880d61b856989cca8ab39 and fb11597e94a17c55d25f2c775e03ab8688a1a138

Changed Files

File Additions Deletions Status
emulator/le.c +2 -2 modified

Full Patch

diff --git a/emulator/le.c b/emulator/le.c
index 0a1b00d..578874e 100644
--- a/emulator/le.c
+++ b/emulator/le.c
@@ -284,9 +284,9 @@ static void cmd_read_local_version(struct bt_le *hci,
 	struct bt_hci_rsp_read_local_version rsp;
 
 	rsp.status = BT_HCI_ERR_SUCCESS;
-	rsp.hci_ver = 0x06;
+	rsp.hci_ver = 0x08;
 	rsp.hci_rev = cpu_to_le16(0x0000);
-	rsp.lmp_ver = 0x06;
+	rsp.lmp_ver = 0x08;
 	rsp.manufacturer = cpu_to_le16(hci->manufacturer);
 	rsp.lmp_subver = cpu_to_le16(0x0000);