Lines Matching refs:Empty
11 rpc CreateBond(facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {}
12 rpc CreateBondOutOfBand(OobDataBondMessage) returns (google.protobuf.Empty) {}
13 rpc GetOutOfBandData(google.protobuf.Empty) returns (google.protobuf.Empty) {}
14 rpc FetchGetOutOfBandDataEvents(google.protobuf.Empty) returns (stream OobDataBondMessage) {}
15 rpc CreateBondLe(facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {}
16 rpc CancelBond(facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {}
17 rpc RemoveBond(facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {}
18 rpc SetIoCapability(IoCapabilityMessage) returns (google.protobuf.Empty) {}
19 …SetAuthenticationRequirements(AuthenticationRequirementsMessage) returns (google.protobuf.Empty) {}
20 rpc SetLeIoCapability(LeIoCapabilityMessage) returns (google.protobuf.Empty) {}
21 rpc SetLeAuthRequirements(LeAuthRequirementsMessage) returns (google.protobuf.Empty) {}
22 …SetLeMaximumEncryptionKeySize(LeMaximumEncryptionKeySizeMessage) returns (google.protobuf.Empty) {}
23 rpc GetLeOutOfBandData(google.protobuf.Empty) returns (OobDataMessage) {}
24 rpc SetOutOfBandData(OobDataMessage) returns (google.protobuf.Empty) {}
25 rpc SetLeOobDataPresent(LeOobDataPresentMessage) returns (google.protobuf.Empty) {}
26 rpc SetLeInitiatorAddressPolicy(hci.PrivacyPolicy) returns (google.protobuf.Empty) {}
27 rpc SendUiCallback(UiCallbackMsg) returns (google.protobuf.Empty) {}
28 rpc FetchUiEvents(google.protobuf.Empty) returns (stream UiMsg) {}
29 rpc FetchBondEvents(google.protobuf.Empty) returns (stream BondMsg) {}
30 rpc FetchHelperEvents(google.protobuf.Empty) returns (stream SecurityHelperMsg) {}
31 rpc EnforceSecurityPolicy(SecurityPolicyMessage) returns (google.protobuf.Empty) {}
32 …rpc FetchEnforceSecurityPolicyEvents(google.protobuf.Empty) returns (stream EnforceSecurityPolicyM…
33 rpc FetchDisconnectEvents(google.protobuf.Empty) returns (stream DisconnectMsg) {}