blob: 9f0fd5cf030b8783485ec0029fb2031d354d544c [file] [log] [blame]
syntax = "proto3";
package blueberry;
message Empty {}
message BluetoothAddress {
bytes address = 1;
}
service ReadOnlyProperty {
rpc ReadLocalAddress(Empty) returns (BluetoothAddress) {}
}