blob: 394c35b4f61fa2a298638e8813e6a485a8005cce [file] [log] [blame]
syntax = "proto3";
package bluetooth.security;
import "google/protobuf/empty.proto";
import "facade/common.proto";
service SecurityModuleFacade {
rpc CreateBond(facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {}
rpc CancelBond(facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {}
rpc RemoveBond(facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {}
}