summaryrefslogtreecommitdiff
path: root/emulator/hciemu.h
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/hciemu.h
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/hciemu.h')
-rw-r--r--emulator/hciemu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulator/hciemu.h b/emulator/hciemu.h
index 6f651cb98..4c8858bb6 100644
--- a/emulator/hciemu.h
+++ b/emulator/hciemu.h
@@ -32,7 +32,7 @@ enum hciemu_type {
HCIEMU_TYPE_LE,
HCIEMU_TYPE_LEGACY,
HCIEMU_TYPE_BREDRLE50,
- HCIEMU_TYPE_BREDRLE60,
+ HCIEMU_TYPE_BREDRLE52,
};
enum hciemu_hook_type {