summaryrefslogtreecommitdiff
path: root/emulator/vhci.c
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2020-04-21 15:13:20 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2020-04-23 14:52:49 -0700
commit729b007a2e8cc7d95a711836a6b8ec0fe81478bb (patch)
tree630c2be29403cc01a31daa30652d8c046a1db783 /emulator/vhci.c
parentad1223b32c180ce5fcdaf18d08c100f27e10ae12 (diff)
downloadbluez-729b007a2e8cc7d95a711836a6b8ec0fe81478bb.tar.gz
emulator: Fix version number of ISO related features
There are part of Bluetooth 5.2 specification not 6.0.
Diffstat (limited to 'emulator/vhci.c')
-rw-r--r--emulator/vhci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulator/vhci.c b/emulator/vhci.c
index 7a69b484e..f79b34f46 100644
--- a/emulator/vhci.c
+++ b/emulator/vhci.c
@@ -105,7 +105,7 @@ struct vhci *vhci_open(enum vhci_type type)
switch (type) {
case VHCI_TYPE_BREDRLE:
- btdev_type = BTDEV_TYPE_BREDRLE60;
+ btdev_type = BTDEV_TYPE_BREDRLE52;
ctrl_type = HCI_PRIMARY;
break;
case VHCI_TYPE_BREDR: