summaryrefslogtreecommitdiff
path: root/emulator/hciemu.h
diff options
context:
space:
mode:
authorJaganath Kanakkassery <jaganath.k.os@gmail.com>2018-06-14 17:51:20 +0530
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2018-06-18 17:21:06 +0300
commit32339501a1258ddba1ccec6d4e313d02c41b6eea (patch)
tree65724cdeb046f131d5553870a933acdd6446037b /emulator/hciemu.h
parent6d012fec79b4672edd9395af5b79c102ca28c3b3 (diff)
downloadbluez-32339501a1258ddba1ccec6d4e313d02c41b6eea.tar.gz
emulator: Add 5.0 feature support
This adds new hciemu for BT 5.0. Also adds extended advertising, scanning and connection support in btdev and bthost
Diffstat (limited to 'emulator/hciemu.h')
-rw-r--r--emulator/hciemu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/emulator/hciemu.h b/emulator/hciemu.h
index 5c0c4c306..e37c069e1 100644
--- a/emulator/hciemu.h
+++ b/emulator/hciemu.h
@@ -31,6 +31,7 @@ enum hciemu_type {
HCIEMU_TYPE_BREDR,
HCIEMU_TYPE_LE,
HCIEMU_TYPE_LEGACY,
+ HCIEMU_TYPE_BREDRLE50,
};
enum hciemu_hook_type {