Lines Matching refs:Empty
9 rpc FetchConnectionComplete(google.protobuf.Empty) returns (stream ConnectionCompleteEvent) {
12 rpc FetchConnectionClose(google.protobuf.Empty) returns (stream ConnectionCloseEvent) {
15 rpc OpenChannel(OpenChannelRequest) returns (google.protobuf.Empty) {}
16 rpc CloseChannel(CloseChannelRequest) returns (google.protobuf.Empty) {}
17 rpc FetchL2capData(google.protobuf.Empty) returns (stream L2capPacket) {}
18 rpc SetDynamicChannel(SetEnableDynamicChannelRequest) returns (google.protobuf.Empty) {}
19 rpc SendDynamicChannelPacket(DynamicChannelPacket) returns (google.protobuf.Empty) {}
20 rpc SetTrafficPaused(SetTrafficPausedRequest) returns (google.protobuf.Empty) {}
21 rpc GetChannelQueueDepth(google.protobuf.Empty) returns (GetChannelQueueDepthResponse) {
25 rpc InitiateConnectionForSecurity(facade.BluetoothAddress) returns (google.protobuf.Empty) {}
26 …rpc FetchSecurityConnectionEvents(google.protobuf.Empty) returns (stream LinkSecurityInterfaceCall…
27 rpc SecurityLinkEnsureAuthenticated(facade.BluetoothAddress) returns (google.protobuf.Empty) {}
28 rpc SecurityLinkHold(facade.BluetoothAddress) returns (google.protobuf.Empty) {}
29 rpc SecurityLinkDisconnect(facade.BluetoothAddress) returns (google.protobuf.Empty) {}
30 rpc SecurityLinkRelease(facade.BluetoothAddress) returns (google.protobuf.Empty) {}