Home
last modified time | relevance | path

Searched defs:AclManagerFacade (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/facade/hci/
Dacl_manager_facade.proto7 service AclManagerFacade { service
8 rpc CreateConnection(ConnectionMsg) returns (stream ConnectionEvent) {}
9 rpc CancelConnection(ConnectionMsg) returns (google.protobuf.Empty) {}
10 rpc Disconnect(HandleMsg) returns (google.protobuf.Empty) {}
11 rpc WriteDefaultLinkPolicySettings(PolicyMsg) returns (google.protobuf.Empty) {}
12 rpc AuthenticationRequested(HandleMsg) returns (google.protobuf.Empty) {}
13 rpc ConnectionCommand(ConnectionCommandMsg) returns (google.protobuf.Empty) {}
14 rpc SwitchRole(RoleMsg) returns (google.protobuf.Empty) {}
15 rpc SendAclData(AclData) returns (google.protobuf.Empty) {}
16 rpc FetchAclData(HandleMsg) returns (stream AclData) {}
[all …]