Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/blueberry/facade/hci/
Dle_acl_manager_facade.proto8 service LeAclManagerFacade { service
9 rpc CreateConnection(CreateConnectionMsg) returns (stream LeConnectionEvent) {}
10 rpc CancelConnection(blueberry.facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {}
11 rpc Disconnect(LeHandleMsg) returns (google.protobuf.Empty) {}
12 rpc ConnectionCommand(LeConnectionCommandMsg) returns (google.protobuf.Empty) {}
13 rpc SendAclData(LeAclData) returns (google.protobuf.Empty) {}
14 rpc FetchAclData(LeHandleMsg) returns (stream LeAclData) {}
15 rpc FetchIncomingConnection(google.protobuf.Empty) returns (stream LeConnectionEvent) {}
16 rpc AddDeviceToResolvingList(IrkMsg) returns (google.protobuf.Empty) {}
17 rpc IsOnBackgroundList(BackgroundRequestMsg) returns (BackgroundResultMsg) {}
[all …]