Searched defs:LeAclManagerFacade (Results 1 – 1 of 1) sorted by relevance
8 service LeAclManagerFacade { service9 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 …]