From 42ea4f82ee0d900d6c517b4853b1d367b5daa592 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 8 Dec 2014 16:21:41 +0200 Subject: emulator: Set default version to 4.2 (0x08) --- emulator/btdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulator/btdev.c b/emulator/btdev.c index a42cb7645..28db776f7 100644 --- a/emulator/btdev.c +++ b/emulator/btdev.c @@ -525,7 +525,7 @@ struct btdev *btdev_create(enum btdev_type type, uint16_t id) if (type == BTDEV_TYPE_BREDR) btdev->version = 0x05; else - btdev->version = 0x06; + btdev->version = 0x08; btdev->revision = 0x0000; -- cgit v1.2.1