summaryrefslogtreecommitdiff
path: root/emulator/le.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2014-12-04 16:12:35 +0100
committerMarcel Holtmann <marcel@holtmann.org>2014-12-04 16:12:35 +0100
commitfb11597e94a17c55d25f2c775e03ab8688a1a138 (patch)
treee5e93e2f7844d96a361a4209e08f36f659fe5f9e /emulator/le.c
parentbd4e57bce594623c312880d61b856989cca8ab39 (diff)
downloadbluez-fb11597e94a17c55d25f2c775e03ab8688a1a138.tar.gz
emulator: Use Bluetooth 4.2 version for LE only simulation
Diffstat (limited to 'emulator/le.c')
-rw-r--r--emulator/le.c4
1 files 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);