From fb11597e94a17c55d25f2c775e03ab8688a1a138 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 4 Dec 2014 16:12:35 +0100 Subject: [PATCH] emulator: Use Bluetooth 4.2 version for LE only simulation --- emulator/le.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emulator/le.c b/emulator/le.c index 0a1b00d88..578874efd 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); -- 2.47.3