summaryrefslogtreecommitdiff
path: root/emulator/btdev.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2013-01-31 14:03:32 -0600
committerJohan Hedberg <johan.hedberg@intel.com>2013-01-31 14:26:40 -0600
commitd61dcac1fc2fd6014fffb3a61fd15578c0960487 (patch)
tree6135fe478cd2f32e32e9a099776e6a1ffeaff70e /emulator/btdev.h
parenta5ee04e208e3e31dc5d70444517180b646b7e910 (diff)
downloadbluez-d61dcac1fc2fd6014fffb3a61fd15578c0960487.tar.gz
emulator: Create separate BR/EDR/LE and BR/EDR device types
Diffstat (limited to 'emulator/btdev.h')
-rw-r--r--emulator/btdev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/emulator/btdev.h b/emulator/btdev.h
index 5bb535b66..ef71a9ba5 100644
--- a/emulator/btdev.h
+++ b/emulator/btdev.h
@@ -54,6 +54,7 @@ typedef void (*btdev_send_func) (const void *data, uint16_t len,
void *user_data);
enum btdev_type {
+ BTDEV_TYPE_BREDRLE,
BTDEV_TYPE_BREDR,
BTDEV_TYPE_LE,
BTDEV_TYPE_AMP,