aboutsummaryrefslogtreecommitdiff
path: root/gd/hci/hci_acl_manager.fbs
diff options
context:
space:
mode:
Diffstat (limited to 'gd/hci/hci_acl_manager.fbs')
-rw-r--r--gd/hci/hci_acl_manager.fbs9
1 files changed, 9 insertions, 0 deletions
diff --git a/gd/hci/hci_acl_manager.fbs b/gd/hci/hci_acl_manager.fbs
new file mode 100644
index 000000000..a8481eb94
--- /dev/null
+++ b/gd/hci/hci_acl_manager.fbs
@@ -0,0 +1,9 @@
+namespace bluetooth.hci;
+
+attribute "privacy";
+
+table AclManagerData {
+ title:string (privacy:"Any");
+}
+
+root_type AclManagerData;