summaryrefslogtreecommitdiff
path: root/emulator/btdev.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-10-29 15:29:15 -0700
committerMarcel Holtmann <marcel@holtmann.org>2012-10-29 15:29:15 -0700
commit1dbe2217a4cc18f1263408027749e52a2ec9a190 (patch)
treebd091156bce8088c29b0ec7124c50b72f5cd97f9 /emulator/btdev.h
parente696bce8a59e46e10a365bc56e8be5b4693de2f0 (diff)
downloadbluez-1dbe2217a4cc18f1263408027749e52a2ec9a190.tar.gz
emulator: Add type definition for AMP controller
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 da194f6a3..db170d389 100644
--- a/emulator/btdev.h
+++ b/emulator/btdev.h
@@ -30,6 +30,7 @@ typedef void (*btdev_send_func) (const void *data, uint16_t len,
enum btdev_type {
BTDEV_TYPE_BREDR,
BTDEV_TYPE_LE,
+ BTDEV_TYPE_AMP,
};
struct btdev;