Diff between 1ec50ced231197df4a54f6928703543c0f6f9c28 and 42ea4f82ee0d900d6c517b4853b1d367b5daa592

Changed Files

File Additions Deletions Status
emulator/btdev.c +1 -1 modified

Full Patch

diff --git a/emulator/btdev.c b/emulator/btdev.c
index a42cb76..28db776 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;