Diff between e11bfba10cc15cf74f8a657fad018aece4a5bde9 and b2d2df74339b54909ee10575ca8cd56f99645eb8

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 4066d10..b23a465 100644
--- a/emulator/btdev.c
+++ b/emulator/btdev.c
@@ -604,7 +604,7 @@ struct btdev *btdev_create(enum btdev_type type, uint16_t id)
 		set_amp_commands(btdev);
 		break;
 	case BTDEV_TYPE_BREDR20:
-		btdev->version = 0x04;
+		btdev->version = 0x03;
 		set_bredr20_features(btdev);
 		set_bredr20_commands(btdev);
 		break;