summaryrefslogtreecommitdiff
path: root/emulator/btdev.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2021-10-14 17:25:04 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2021-10-18 13:04:27 -0700
commit016084253bbdb1be81c5aef7d446f3c13bb4e823 (patch)
treecf25e4b0041bddb535be2297837ca91e416231fd /emulator/btdev.h
parent135f5d82586b42d7f68d04f97254702a3fb514f9 (diff)
downloadbluez-016084253bbdb1be81c5aef7d446f3c13bb4e823.tar.gz
vhci: Add functions to interface with debugfs
This adds functions that can be used to set debugfs options.
Diffstat (limited to 'emulator/btdev.h')
-rw-r--r--emulator/btdev.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/emulator/btdev.h b/emulator/btdev.h
index f7cba149a..412bfd158 100644
--- a/emulator/btdev.h
+++ b/emulator/btdev.h
@@ -93,3 +93,6 @@ int btdev_add_hook(struct btdev *btdev, enum btdev_hook_type type,
bool btdev_del_hook(struct btdev *btdev, enum btdev_hook_type type,
uint16_t opcode);
+
+int btdev_set_msft_opcode(struct btdev *btdev, uint16_t opcode);
+int btdev_set_aosp_capable(struct btdev *btdev, bool enable);