aboutsummaryrefslogtreecommitdiff
path: root/gd/rust/topshim/facade/utils.proto
diff options
context:
space:
mode:
Diffstat (limited to 'gd/rust/topshim/facade/utils.proto')
-rw-r--r--gd/rust/topshim/facade/utils.proto13
1 files changed, 13 insertions, 0 deletions
diff --git a/gd/rust/topshim/facade/utils.proto b/gd/rust/topshim/facade/utils.proto
new file mode 100644
index 000000000..9f0fd5cf0
--- /dev/null
+++ b/gd/rust/topshim/facade/utils.proto
@@ -0,0 +1,13 @@
+syntax = "proto3";
+
+package blueberry;
+
+message Empty {}
+
+message BluetoothAddress {
+ bytes address = 1;
+}
+
+service ReadOnlyProperty {
+ rpc ReadLocalAddress(Empty) returns (BluetoothAddress) {}
+} \ No newline at end of file