Documentation
¶
Index ¶
- type AttachCallbackClient
- type CharacteristicsClient
- func (c *CharacteristicsClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *CharacteristicsClient) GetMaxMatchFilterLength(ctx context.Context) (int32, error)
- func (c *CharacteristicsClient) GetMaxServiceNameLength(ctx context.Context) (int32, error)
- func (c *CharacteristicsClient) GetMaxServiceSpecificInfoLength(ctx context.Context) (int32, error)
- func (c *CharacteristicsClient) GetNumberOfSupportedDataInterfaces(ctx context.Context) (int32, error)
- func (c *CharacteristicsClient) GetNumberOfSupportedDataPaths(ctx context.Context) (int32, error)
- func (c *CharacteristicsClient) GetNumberOfSupportedPublishSessions(ctx context.Context) (int32, error)
- func (c *CharacteristicsClient) GetNumberOfSupportedSubscribeSessions(ctx context.Context) (int32, error)
- func (c *CharacteristicsClient) GetSupportedCipherSuites(ctx context.Context) (int32, error)
- func (c *CharacteristicsClient) GetSupportedPairingCipherSuites(ctx context.Context) (int32, error)
- func (c *CharacteristicsClient) IsAwarePairingSupported(ctx context.Context) (bool, error)
- func (c *CharacteristicsClient) IsInstantCommunicationModeSupported(ctx context.Context) (bool, error)
- func (c *CharacteristicsClient) IsSuspensionSupported(ctx context.Context) (bool, error)
- func (c *CharacteristicsClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type DiscoverySessionCallbackClient
- func (c *DiscoverySessionCallbackClient) OnBootstrappingFailed(ctx context.Context, handle int64, arg0 int64) error
- func (c *DiscoverySessionCallbackClient) OnBootstrappingSucceeded(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- func (c *DiscoverySessionCallbackClient) OnMessageReceived(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
- func (c *DiscoverySessionCallbackClient) OnMessageSendFailed(ctx context.Context, handle int64, arg0 int32) error
- func (c *DiscoverySessionCallbackClient) OnMessageSendSucceeded(ctx context.Context, handle int64, arg0 int32) error
- func (c *DiscoverySessionCallbackClient) OnPairingSetupFailed(ctx context.Context, handle int64, arg0 int64) error
- func (c *DiscoverySessionCallbackClient) OnPairingSetupRequestReceived(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- func (c *DiscoverySessionCallbackClient) OnPairingSetupSucceeded(ctx context.Context, handle int64, arg0 int64, arg1 string) error
- func (c *DiscoverySessionCallbackClient) OnPairingVerificationFailed(ctx context.Context, handle int64, arg0 int64) error
- func (c *DiscoverySessionCallbackClient) OnPairingVerificationSucceed(ctx context.Context, handle int64, arg0 int64, arg1 string) error
- func (c *DiscoverySessionCallbackClient) OnPublishStarted(ctx context.Context, handle int64, arg0 int64) error
- func (c *DiscoverySessionCallbackClient) OnServiceDiscovered(ctx context.Context, handle int64, arg0 int64) error
- func (c *DiscoverySessionCallbackClient) OnServiceDiscoveredWithinRange(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- func (c *DiscoverySessionCallbackClient) OnServiceLost(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- func (c *DiscoverySessionCallbackClient) OnSessionConfigFailed(ctx context.Context, handle int64) error
- func (c *DiscoverySessionCallbackClient) OnSessionConfigUpdated(ctx context.Context, handle int64) error
- func (c *DiscoverySessionCallbackClient) OnSessionTerminated(ctx context.Context, handle int64) error
- func (c *DiscoverySessionCallbackClient) OnSubscribeStarted(ctx context.Context, handle int64, arg0 int64) error
- type DiscoverySessionClient
- func (c *DiscoverySessionClient) AcceptPairingRequest(ctx context.Context, arg0 int32, arg1 int64, arg2 string, arg3 int32, ...) error
- func (c *DiscoverySessionClient) Close(ctx context.Context) error
- func (c *DiscoverySessionClient) CreateNetworkSpecifierOpen(ctx context.Context, arg0 int64) (int64, error)
- func (c *DiscoverySessionClient) CreateNetworkSpecifierPassphrase(ctx context.Context, arg0 int64, arg1 string) (int64, error)
- func (c *DiscoverySessionClient) InitiateBootstrappingRequest(ctx context.Context, arg0 int64, arg1 int32) error
- func (c *DiscoverySessionClient) InitiatePairingRequest(ctx context.Context, arg0 int64, arg1 string, arg2 int32, arg3 string) error
- func (c *DiscoverySessionClient) RejectPairingRequest(ctx context.Context, arg0 int32, arg1 int64) error
- func (c *DiscoverySessionClient) SendMessage(ctx context.Context, arg0 int64, arg1 int32, arg2 int64) error
- type IdentityChangedListenerClient
- type PairingConfigBuilderClient
- func (c *PairingConfigBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *PairingConfigBuilderClient) SetBootstrappingMethods(ctx context.Context, arg0 int32) (int64, error)
- func (c *PairingConfigBuilderClient) SetPairingCacheEnabled(ctx context.Context, arg0 bool) (int64, error)
- func (c *PairingConfigBuilderClient) SetPairingSetupEnabled(ctx context.Context, arg0 bool) (int64, error)
- func (c *PairingConfigBuilderClient) SetPairingVerificationEnabled(ctx context.Context, arg0 bool) (int64, error)
- func (c *PairingConfigBuilderClient) SetSupportedCipherSuites(ctx context.Context, arg0 int32) (int64, error)
- type PairingConfigClient
- func (c *PairingConfigClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *PairingConfigClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *PairingConfigClient) GetBootstrappingMethods(ctx context.Context) (int32, error)
- func (c *PairingConfigClient) GetSupportedCipherSuites(ctx context.Context) (int32, error)
- func (c *PairingConfigClient) HashCode(ctx context.Context) (int32, error)
- func (c *PairingConfigClient) IsPairingCacheEnabled(ctx context.Context) (bool, error)
- func (c *PairingConfigClient) IsPairingSetupEnabled(ctx context.Context) (bool, error)
- func (c *PairingConfigClient) IsPairingVerificationEnabled(ctx context.Context) (bool, error)
- func (c *PairingConfigClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type ParcelablePeerHandleClient
- type PeerHandleClient
- type PublishConfigBuilderClient
- func (c *PublishConfigBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *PublishConfigBuilderClient) SetDataPathSecurityConfig(ctx context.Context, arg0 int64) (int64, error)
- func (c *PublishConfigBuilderClient) SetInstantCommunicationModeEnabled(ctx context.Context, arg0 bool, arg1 int32) (int64, error)
- func (c *PublishConfigBuilderClient) SetPairingConfig(ctx context.Context, arg0 int64) (int64, error)
- func (c *PublishConfigBuilderClient) SetPublishType(ctx context.Context, arg0 int32) (int64, error)
- func (c *PublishConfigBuilderClient) SetRangingEnabled(ctx context.Context, arg0 bool) (int64, error)
- func (c *PublishConfigBuilderClient) SetServiceName(ctx context.Context, arg0 string) (int64, error)
- func (c *PublishConfigBuilderClient) SetServiceSpecificInfo(ctx context.Context, arg0 int64) (int64, error)
- func (c *PublishConfigBuilderClient) SetTerminateNotificationEnabled(ctx context.Context, arg0 bool) (int64, error)
- func (c *PublishConfigBuilderClient) SetTtlSec(ctx context.Context, arg0 int32) (int64, error)
- type PublishConfigClient
- func (c *PublishConfigClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *PublishConfigClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *PublishConfigClient) GetInstantCommunicationBand(ctx context.Context) (int32, error)
- func (c *PublishConfigClient) GetPairingConfig(ctx context.Context) (int64, error)
- func (c *PublishConfigClient) GetSecurityConfig(ctx context.Context) (int64, error)
- func (c *PublishConfigClient) HashCode(ctx context.Context) (int32, error)
- func (c *PublishConfigClient) IsInstantCommunicationModeEnabled(ctx context.Context) (bool, error)
- func (c *PublishConfigClient) ToString(ctx context.Context) (string, error)
- func (c *PublishConfigClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type PublishDiscoverySessionClient
- type ResourcesClient
- func (c *ResourcesClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *ResourcesClient) GetAvailableDataPathsCount(ctx context.Context, handle int64) (int32, error)
- func (c *ResourcesClient) GetAvailablePublishSessionsCount(ctx context.Context, handle int64) (int32, error)
- func (c *ResourcesClient) GetAvailableSubscribeSessionsCount(ctx context.Context, handle int64) (int32, error)
- func (c *ResourcesClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- type ServiceDiscoveryInfoClient
- func (c *ServiceDiscoveryInfoClient) GetMatchFilters(ctx context.Context) (int64, error)
- func (c *ServiceDiscoveryInfoClient) GetPairedAlias(ctx context.Context) (string, error)
- func (c *ServiceDiscoveryInfoClient) GetPairingConfig(ctx context.Context) (int64, error)
- func (c *ServiceDiscoveryInfoClient) GetPeerCipherSuite(ctx context.Context) (int32, error)
- func (c *ServiceDiscoveryInfoClient) GetPeerHandle(ctx context.Context) (int64, error)
- func (c *ServiceDiscoveryInfoClient) GetScid(ctx context.Context) (int64, error)
- func (c *ServiceDiscoveryInfoClient) GetServiceSpecificInfo(ctx context.Context) (int64, error)
- type SubscribeConfigBuilderClient
- func (c *SubscribeConfigBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *SubscribeConfigBuilderClient) SetInstantCommunicationModeEnabled(ctx context.Context, arg0 bool, arg1 int32) (int64, error)
- func (c *SubscribeConfigBuilderClient) SetMaxDistanceMm(ctx context.Context, arg0 int32) (int64, error)
- func (c *SubscribeConfigBuilderClient) SetMinDistanceMm(ctx context.Context, arg0 int32) (int64, error)
- func (c *SubscribeConfigBuilderClient) SetPairingConfig(ctx context.Context, arg0 int64) (int64, error)
- func (c *SubscribeConfigBuilderClient) SetServiceName(ctx context.Context, arg0 string) (int64, error)
- func (c *SubscribeConfigBuilderClient) SetServiceSpecificInfo(ctx context.Context, arg0 int64) (int64, error)
- func (c *SubscribeConfigBuilderClient) SetSubscribeType(ctx context.Context, arg0 int32) (int64, error)
- func (c *SubscribeConfigBuilderClient) SetTerminateNotificationEnabled(ctx context.Context, arg0 bool) (int64, error)
- func (c *SubscribeConfigBuilderClient) SetTtlSec(ctx context.Context, arg0 int32) (int64, error)
- type SubscribeConfigClient
- func (c *SubscribeConfigClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *SubscribeConfigClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *SubscribeConfigClient) GetInstantCommunicationBand(ctx context.Context) (int32, error)
- func (c *SubscribeConfigClient) GetPairingConfig(ctx context.Context) (int64, error)
- func (c *SubscribeConfigClient) HashCode(ctx context.Context) (int32, error)
- func (c *SubscribeConfigClient) IsInstantCommunicationModeEnabled(ctx context.Context) (bool, error)
- func (c *SubscribeConfigClient) ToString(ctx context.Context) (string, error)
- func (c *SubscribeConfigClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type SubscribeDiscoverySessionClient
- type WifiAwareChannelInfoClient
- func (c *WifiAwareChannelInfoClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *WifiAwareChannelInfoClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *WifiAwareChannelInfoClient) GetChannelBandwidth(ctx context.Context) (int32, error)
- func (c *WifiAwareChannelInfoClient) GetChannelFrequencyMhz(ctx context.Context) (int32, error)
- func (c *WifiAwareChannelInfoClient) GetSpatialStreamCount(ctx context.Context) (int32, error)
- func (c *WifiAwareChannelInfoClient) HashCode(ctx context.Context) (int32, error)
- func (c *WifiAwareChannelInfoClient) ToString(ctx context.Context) (string, error)
- func (c *WifiAwareChannelInfoClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type WifiAwareDataPathSecurityConfigBuilderClient
- func (c *WifiAwareDataPathSecurityConfigBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *WifiAwareDataPathSecurityConfigBuilderClient) SetPmk(ctx context.Context, arg0 int64) (int64, error)
- func (c *WifiAwareDataPathSecurityConfigBuilderClient) SetPmkId(ctx context.Context, arg0 int64) (int64, error)
- func (c *WifiAwareDataPathSecurityConfigBuilderClient) SetPskPassphrase(ctx context.Context, arg0 string) (int64, error)
- type WifiAwareDataPathSecurityConfigClient
- func (c *WifiAwareDataPathSecurityConfigClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *WifiAwareDataPathSecurityConfigClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *WifiAwareDataPathSecurityConfigClient) GetCipherSuite(ctx context.Context) (int32, error)
- func (c *WifiAwareDataPathSecurityConfigClient) GetPmk(ctx context.Context) (int64, error)
- func (c *WifiAwareDataPathSecurityConfigClient) GetPmkId(ctx context.Context) (int64, error)
- func (c *WifiAwareDataPathSecurityConfigClient) GetPskPassphrase(ctx context.Context) (string, error)
- func (c *WifiAwareDataPathSecurityConfigClient) HashCode(ctx context.Context) (int32, error)
- func (c *WifiAwareDataPathSecurityConfigClient) ToString(ctx context.Context) (string, error)
- func (c *WifiAwareDataPathSecurityConfigClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type WifiAwareManagerClient
- func (c *WifiAwareManagerClient) GetAvailableAwareResources(ctx context.Context) (int64, error)
- func (c *WifiAwareManagerClient) GetCharacteristics(ctx context.Context) (int64, error)
- func (c *WifiAwareManagerClient) IsAvailable(ctx context.Context) (bool, error)
- func (c *WifiAwareManagerClient) IsDeviceAttached(ctx context.Context) (bool, error)
- func (c *WifiAwareManagerClient) IsInstantCommunicationModeEnabled(ctx context.Context) (bool, error)
- func (c *WifiAwareManagerClient) IsSetChannelOnDataPathSupported(ctx context.Context) (bool, error)
- func (c *WifiAwareManagerClient) RemovePairedDevice(ctx context.Context, arg0 string) error
- func (c *WifiAwareManagerClient) ResetPairedDevices(ctx context.Context) error
- func (c *WifiAwareManagerClient) SetOpportunisticModeEnabled(ctx context.Context, arg0 bool) error
- type WifiAwareNetworkInfoClient
- func (c *WifiAwareNetworkInfoClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *WifiAwareNetworkInfoClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *WifiAwareNetworkInfoClient) GetChannelInfoList(ctx context.Context) (int64, error)
- func (c *WifiAwareNetworkInfoClient) GetPeerIpv6Addr(ctx context.Context) (int64, error)
- func (c *WifiAwareNetworkInfoClient) GetPort(ctx context.Context) (int32, error)
- func (c *WifiAwareNetworkInfoClient) GetTransportProtocol(ctx context.Context) (int32, error)
- func (c *WifiAwareNetworkInfoClient) HashCode(ctx context.Context) (int32, error)
- func (c *WifiAwareNetworkInfoClient) ToString(ctx context.Context) (string, error)
- func (c *WifiAwareNetworkInfoClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type WifiAwareNetworkSpecifierBuilderClient
- func (c *WifiAwareNetworkSpecifierBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *WifiAwareNetworkSpecifierBuilderClient) SetChannelFrequencyMhz(ctx context.Context, arg0 int32, arg1 bool) (int64, error)
- func (c *WifiAwareNetworkSpecifierBuilderClient) SetDataPathSecurityConfig(ctx context.Context, arg0 int64) (int64, error)
- func (c *WifiAwareNetworkSpecifierBuilderClient) SetPmk(ctx context.Context, arg0 int64) (int64, error)
- func (c *WifiAwareNetworkSpecifierBuilderClient) SetPort(ctx context.Context, arg0 int32) (int64, error)
- func (c *WifiAwareNetworkSpecifierBuilderClient) SetPskPassphrase(ctx context.Context, arg0 string) (int64, error)
- func (c *WifiAwareNetworkSpecifierBuilderClient) SetTransportProtocol(ctx context.Context, arg0 int32) (int64, error)
- type WifiAwareNetworkSpecifierClient
- func (c *WifiAwareNetworkSpecifierClient) CanBeSatisfiedBy(ctx context.Context, arg0 int64) (bool, error)
- func (c *WifiAwareNetworkSpecifierClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *WifiAwareNetworkSpecifierClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *WifiAwareNetworkSpecifierClient) GetChannelFrequencyMhz(ctx context.Context) (int32, error)
- func (c *WifiAwareNetworkSpecifierClient) GetWifiAwareDataPathSecurityConfig(ctx context.Context) (int64, error)
- func (c *WifiAwareNetworkSpecifierClient) HashCode(ctx context.Context) (int32, error)
- func (c *WifiAwareNetworkSpecifierClient) IsChannelRequired(ctx context.Context) (bool, error)
- func (c *WifiAwareNetworkSpecifierClient) ToString(ctx context.Context) (string, error)
- func (c *WifiAwareNetworkSpecifierClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type WifiAwareSessionClient
- func (c *WifiAwareSessionClient) Close(ctx context.Context) error
- func (c *WifiAwareSessionClient) CreateNetworkSpecifierOpen(ctx context.Context, arg0 int32, arg1 int64) (int64, error)
- func (c *WifiAwareSessionClient) CreateNetworkSpecifierPassphrase(ctx context.Context, arg0 int32, arg1 int64, arg2 string) (int64, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttachCallbackClient ¶
type AttachCallbackClient struct {
// contains filtered or unexported fields
}
AttachCallbackClient wraps the gRPC AttachCallbackService client.
func NewAttachCallbackClient ¶
func NewAttachCallbackClient(cc grpc.ClientConnInterface) *AttachCallbackClient
NewAttachCallbackClient creates a new AttachCallback client.
func (*AttachCallbackClient) OnAttachFailed ¶
func (c *AttachCallbackClient) OnAttachFailed(ctx context.Context, handle int64) error
OnAttachFailed calls the OnAttachFailed RPC.
func (*AttachCallbackClient) OnAttached ¶
OnAttached calls the OnAttached RPC.
func (*AttachCallbackClient) OnAwareSessionTerminated ¶
func (c *AttachCallbackClient) OnAwareSessionTerminated(ctx context.Context, handle int64) error
OnAwareSessionTerminated calls the OnAwareSessionTerminated RPC.
type CharacteristicsClient ¶
type CharacteristicsClient struct {
// contains filtered or unexported fields
}
CharacteristicsClient wraps the gRPC CharacteristicsService client.
func NewCharacteristicsClient ¶
func NewCharacteristicsClient(cc grpc.ClientConnInterface) *CharacteristicsClient
NewCharacteristicsClient creates a new Characteristics client.
func (*CharacteristicsClient) DescribeContents ¶
func (c *CharacteristicsClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*CharacteristicsClient) GetMaxMatchFilterLength ¶
func (c *CharacteristicsClient) GetMaxMatchFilterLength(ctx context.Context) (int32, error)
GetMaxMatchFilterLength calls the GetMaxMatchFilterLength RPC.
func (*CharacteristicsClient) GetMaxServiceNameLength ¶
func (c *CharacteristicsClient) GetMaxServiceNameLength(ctx context.Context) (int32, error)
GetMaxServiceNameLength calls the GetMaxServiceNameLength RPC.
func (*CharacteristicsClient) GetMaxServiceSpecificInfoLength ¶
func (c *CharacteristicsClient) GetMaxServiceSpecificInfoLength(ctx context.Context) (int32, error)
GetMaxServiceSpecificInfoLength calls the GetMaxServiceSpecificInfoLength RPC.
func (*CharacteristicsClient) GetNumberOfSupportedDataInterfaces ¶
func (c *CharacteristicsClient) GetNumberOfSupportedDataInterfaces(ctx context.Context) (int32, error)
GetNumberOfSupportedDataInterfaces calls the GetNumberOfSupportedDataInterfaces RPC.
func (*CharacteristicsClient) GetNumberOfSupportedDataPaths ¶
func (c *CharacteristicsClient) GetNumberOfSupportedDataPaths(ctx context.Context) (int32, error)
GetNumberOfSupportedDataPaths calls the GetNumberOfSupportedDataPaths RPC.
func (*CharacteristicsClient) GetNumberOfSupportedPublishSessions ¶
func (c *CharacteristicsClient) GetNumberOfSupportedPublishSessions(ctx context.Context) (int32, error)
GetNumberOfSupportedPublishSessions calls the GetNumberOfSupportedPublishSessions RPC.
func (*CharacteristicsClient) GetNumberOfSupportedSubscribeSessions ¶
func (c *CharacteristicsClient) GetNumberOfSupportedSubscribeSessions(ctx context.Context) (int32, error)
GetNumberOfSupportedSubscribeSessions calls the GetNumberOfSupportedSubscribeSessions RPC.
func (*CharacteristicsClient) GetSupportedCipherSuites ¶
func (c *CharacteristicsClient) GetSupportedCipherSuites(ctx context.Context) (int32, error)
GetSupportedCipherSuites calls the GetSupportedCipherSuites RPC.
func (*CharacteristicsClient) GetSupportedPairingCipherSuites ¶
func (c *CharacteristicsClient) GetSupportedPairingCipherSuites(ctx context.Context) (int32, error)
GetSupportedPairingCipherSuites calls the GetSupportedPairingCipherSuites RPC.
func (*CharacteristicsClient) IsAwarePairingSupported ¶
func (c *CharacteristicsClient) IsAwarePairingSupported(ctx context.Context) (bool, error)
IsAwarePairingSupported calls the IsAwarePairingSupported RPC.
func (*CharacteristicsClient) IsInstantCommunicationModeSupported ¶
func (c *CharacteristicsClient) IsInstantCommunicationModeSupported(ctx context.Context) (bool, error)
IsInstantCommunicationModeSupported calls the IsInstantCommunicationModeSupported RPC.
func (*CharacteristicsClient) IsSuspensionSupported ¶
func (c *CharacteristicsClient) IsSuspensionSupported(ctx context.Context) (bool, error)
IsSuspensionSupported calls the IsSuspensionSupported RPC.
func (*CharacteristicsClient) WriteToParcel ¶
WriteToParcel calls the WriteToParcel RPC.
type DiscoverySessionCallbackClient ¶
type DiscoverySessionCallbackClient struct {
// contains filtered or unexported fields
}
DiscoverySessionCallbackClient wraps the gRPC DiscoverySessionCallbackService client.
func NewDiscoverySessionCallbackClient ¶
func NewDiscoverySessionCallbackClient(cc grpc.ClientConnInterface) *DiscoverySessionCallbackClient
NewDiscoverySessionCallbackClient creates a new DiscoverySessionCallback client.
func (*DiscoverySessionCallbackClient) OnBootstrappingFailed ¶
func (c *DiscoverySessionCallbackClient) OnBootstrappingFailed(ctx context.Context, handle int64, arg0 int64) error
OnBootstrappingFailed calls the OnBootstrappingFailed RPC.
func (*DiscoverySessionCallbackClient) OnBootstrappingSucceeded ¶
func (c *DiscoverySessionCallbackClient) OnBootstrappingSucceeded(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
OnBootstrappingSucceeded calls the OnBootstrappingSucceeded RPC.
func (*DiscoverySessionCallbackClient) OnMessageReceived ¶
func (c *DiscoverySessionCallbackClient) OnMessageReceived(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
OnMessageReceived calls the OnMessageReceived RPC.
func (*DiscoverySessionCallbackClient) OnMessageSendFailed ¶
func (c *DiscoverySessionCallbackClient) OnMessageSendFailed(ctx context.Context, handle int64, arg0 int32) error
OnMessageSendFailed calls the OnMessageSendFailed RPC.
func (*DiscoverySessionCallbackClient) OnMessageSendSucceeded ¶
func (c *DiscoverySessionCallbackClient) OnMessageSendSucceeded(ctx context.Context, handle int64, arg0 int32) error
OnMessageSendSucceeded calls the OnMessageSendSucceeded RPC.
func (*DiscoverySessionCallbackClient) OnPairingSetupFailed ¶
func (c *DiscoverySessionCallbackClient) OnPairingSetupFailed(ctx context.Context, handle int64, arg0 int64) error
OnPairingSetupFailed calls the OnPairingSetupFailed RPC.
func (*DiscoverySessionCallbackClient) OnPairingSetupRequestReceived ¶
func (c *DiscoverySessionCallbackClient) OnPairingSetupRequestReceived(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
OnPairingSetupRequestReceived calls the OnPairingSetupRequestReceived RPC.
func (*DiscoverySessionCallbackClient) OnPairingSetupSucceeded ¶
func (c *DiscoverySessionCallbackClient) OnPairingSetupSucceeded(ctx context.Context, handle int64, arg0 int64, arg1 string) error
OnPairingSetupSucceeded calls the OnPairingSetupSucceeded RPC.
func (*DiscoverySessionCallbackClient) OnPairingVerificationFailed ¶
func (c *DiscoverySessionCallbackClient) OnPairingVerificationFailed(ctx context.Context, handle int64, arg0 int64) error
OnPairingVerificationFailed calls the OnPairingVerificationFailed RPC.
func (*DiscoverySessionCallbackClient) OnPairingVerificationSucceed ¶
func (c *DiscoverySessionCallbackClient) OnPairingVerificationSucceed(ctx context.Context, handle int64, arg0 int64, arg1 string) error
OnPairingVerificationSucceed calls the OnPairingVerificationSucceed RPC.
func (*DiscoverySessionCallbackClient) OnPublishStarted ¶
func (c *DiscoverySessionCallbackClient) OnPublishStarted(ctx context.Context, handle int64, arg0 int64) error
OnPublishStarted calls the OnPublishStarted RPC.
func (*DiscoverySessionCallbackClient) OnServiceDiscovered ¶
func (c *DiscoverySessionCallbackClient) OnServiceDiscovered(ctx context.Context, handle int64, arg0 int64) error
OnServiceDiscovered calls the OnServiceDiscovered RPC.
func (*DiscoverySessionCallbackClient) OnServiceDiscoveredWithinRange ¶
func (c *DiscoverySessionCallbackClient) OnServiceDiscoveredWithinRange(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
OnServiceDiscoveredWithinRange calls the OnServiceDiscoveredWithinRange RPC.
func (*DiscoverySessionCallbackClient) OnServiceLost ¶
func (c *DiscoverySessionCallbackClient) OnServiceLost(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
OnServiceLost calls the OnServiceLost RPC.
func (*DiscoverySessionCallbackClient) OnSessionConfigFailed ¶
func (c *DiscoverySessionCallbackClient) OnSessionConfigFailed(ctx context.Context, handle int64) error
OnSessionConfigFailed calls the OnSessionConfigFailed RPC.
func (*DiscoverySessionCallbackClient) OnSessionConfigUpdated ¶
func (c *DiscoverySessionCallbackClient) OnSessionConfigUpdated(ctx context.Context, handle int64) error
OnSessionConfigUpdated calls the OnSessionConfigUpdated RPC.
func (*DiscoverySessionCallbackClient) OnSessionTerminated ¶
func (c *DiscoverySessionCallbackClient) OnSessionTerminated(ctx context.Context, handle int64) error
OnSessionTerminated calls the OnSessionTerminated RPC.
func (*DiscoverySessionCallbackClient) OnSubscribeStarted ¶
func (c *DiscoverySessionCallbackClient) OnSubscribeStarted(ctx context.Context, handle int64, arg0 int64) error
OnSubscribeStarted calls the OnSubscribeStarted RPC.
type DiscoverySessionClient ¶
type DiscoverySessionClient struct {
// contains filtered or unexported fields
}
DiscoverySessionClient wraps the gRPC DiscoverySessionService client.
func NewDiscoverySessionClient ¶
func NewDiscoverySessionClient(cc grpc.ClientConnInterface) *DiscoverySessionClient
NewDiscoverySessionClient creates a new DiscoverySession client.
func (*DiscoverySessionClient) AcceptPairingRequest ¶
func (c *DiscoverySessionClient) AcceptPairingRequest(ctx context.Context, arg0 int32, arg1 int64, arg2 string, arg3 int32, arg4 string) error
AcceptPairingRequest calls the AcceptPairingRequest RPC.
func (*DiscoverySessionClient) Close ¶
func (c *DiscoverySessionClient) Close(ctx context.Context) error
Close calls the Close RPC.
func (*DiscoverySessionClient) CreateNetworkSpecifierOpen ¶
func (c *DiscoverySessionClient) CreateNetworkSpecifierOpen(ctx context.Context, arg0 int64) (int64, error)
CreateNetworkSpecifierOpen calls the CreateNetworkSpecifierOpen RPC.
func (*DiscoverySessionClient) CreateNetworkSpecifierPassphrase ¶
func (c *DiscoverySessionClient) CreateNetworkSpecifierPassphrase(ctx context.Context, arg0 int64, arg1 string) (int64, error)
CreateNetworkSpecifierPassphrase calls the CreateNetworkSpecifierPassphrase RPC.
func (*DiscoverySessionClient) InitiateBootstrappingRequest ¶
func (c *DiscoverySessionClient) InitiateBootstrappingRequest(ctx context.Context, arg0 int64, arg1 int32) error
InitiateBootstrappingRequest calls the InitiateBootstrappingRequest RPC.
func (*DiscoverySessionClient) InitiatePairingRequest ¶
func (c *DiscoverySessionClient) InitiatePairingRequest(ctx context.Context, arg0 int64, arg1 string, arg2 int32, arg3 string) error
InitiatePairingRequest calls the InitiatePairingRequest RPC.
func (*DiscoverySessionClient) RejectPairingRequest ¶
func (c *DiscoverySessionClient) RejectPairingRequest(ctx context.Context, arg0 int32, arg1 int64) error
RejectPairingRequest calls the RejectPairingRequest RPC.
func (*DiscoverySessionClient) SendMessage ¶
func (c *DiscoverySessionClient) SendMessage(ctx context.Context, arg0 int64, arg1 int32, arg2 int64) error
SendMessage calls the SendMessage RPC.
type IdentityChangedListenerClient ¶
type IdentityChangedListenerClient struct {
// contains filtered or unexported fields
}
IdentityChangedListenerClient wraps the gRPC IdentityChangedListenerService client.
func NewIdentityChangedListenerClient ¶
func NewIdentityChangedListenerClient(cc grpc.ClientConnInterface) *IdentityChangedListenerClient
NewIdentityChangedListenerClient creates a new IdentityChangedListener client.
func (*IdentityChangedListenerClient) OnClusterIdChanged ¶
func (c *IdentityChangedListenerClient) OnClusterIdChanged(ctx context.Context, handle int64, arg0 int32, arg1 int64) error
OnClusterIdChanged calls the OnClusterIdChanged RPC.
func (*IdentityChangedListenerClient) OnIdentityChanged ¶
func (c *IdentityChangedListenerClient) OnIdentityChanged(ctx context.Context, handle int64, arg0 int64) error
OnIdentityChanged calls the OnIdentityChanged RPC.
type PairingConfigBuilderClient ¶
type PairingConfigBuilderClient struct {
// contains filtered or unexported fields
}
PairingConfigBuilderClient wraps the gRPC PairingConfigBuilderService client.
func NewPairingConfigBuilderClient ¶
func NewPairingConfigBuilderClient(cc grpc.ClientConnInterface) *PairingConfigBuilderClient
NewPairingConfigBuilderClient creates a new PairingConfigBuilder client.
func (*PairingConfigBuilderClient) Build ¶
func (c *PairingConfigBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*PairingConfigBuilderClient) SetBootstrappingMethods ¶
func (c *PairingConfigBuilderClient) SetBootstrappingMethods(ctx context.Context, arg0 int32) (int64, error)
SetBootstrappingMethods calls the SetBootstrappingMethods RPC.
func (*PairingConfigBuilderClient) SetPairingCacheEnabled ¶
func (c *PairingConfigBuilderClient) SetPairingCacheEnabled(ctx context.Context, arg0 bool) (int64, error)
SetPairingCacheEnabled calls the SetPairingCacheEnabled RPC.
func (*PairingConfigBuilderClient) SetPairingSetupEnabled ¶
func (c *PairingConfigBuilderClient) SetPairingSetupEnabled(ctx context.Context, arg0 bool) (int64, error)
SetPairingSetupEnabled calls the SetPairingSetupEnabled RPC.
func (*PairingConfigBuilderClient) SetPairingVerificationEnabled ¶
func (c *PairingConfigBuilderClient) SetPairingVerificationEnabled(ctx context.Context, arg0 bool) (int64, error)
SetPairingVerificationEnabled calls the SetPairingVerificationEnabled RPC.
func (*PairingConfigBuilderClient) SetSupportedCipherSuites ¶
func (c *PairingConfigBuilderClient) SetSupportedCipherSuites(ctx context.Context, arg0 int32) (int64, error)
SetSupportedCipherSuites calls the SetSupportedCipherSuites RPC.
type PairingConfigClient ¶
type PairingConfigClient struct {
// contains filtered or unexported fields
}
PairingConfigClient wraps the gRPC PairingConfigService client.
func NewPairingConfigClient ¶
func NewPairingConfigClient(cc grpc.ClientConnInterface) *PairingConfigClient
NewPairingConfigClient creates a new PairingConfig client.
func (*PairingConfigClient) DescribeContents ¶
func (c *PairingConfigClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*PairingConfigClient) GetBootstrappingMethods ¶
func (c *PairingConfigClient) GetBootstrappingMethods(ctx context.Context) (int32, error)
GetBootstrappingMethods calls the GetBootstrappingMethods RPC.
func (*PairingConfigClient) GetSupportedCipherSuites ¶
func (c *PairingConfigClient) GetSupportedCipherSuites(ctx context.Context) (int32, error)
GetSupportedCipherSuites calls the GetSupportedCipherSuites RPC.
func (*PairingConfigClient) HashCode ¶
func (c *PairingConfigClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*PairingConfigClient) IsPairingCacheEnabled ¶
func (c *PairingConfigClient) IsPairingCacheEnabled(ctx context.Context) (bool, error)
IsPairingCacheEnabled calls the IsPairingCacheEnabled RPC.
func (*PairingConfigClient) IsPairingSetupEnabled ¶
func (c *PairingConfigClient) IsPairingSetupEnabled(ctx context.Context) (bool, error)
IsPairingSetupEnabled calls the IsPairingSetupEnabled RPC.
func (*PairingConfigClient) IsPairingVerificationEnabled ¶
func (c *PairingConfigClient) IsPairingVerificationEnabled(ctx context.Context) (bool, error)
IsPairingVerificationEnabled calls the IsPairingVerificationEnabled RPC.
func (*PairingConfigClient) WriteToParcel ¶
WriteToParcel calls the WriteToParcel RPC.
type ParcelablePeerHandleClient ¶
type ParcelablePeerHandleClient struct {
// contains filtered or unexported fields
}
ParcelablePeerHandleClient wraps the gRPC ParcelablePeerHandleService client.
func NewParcelablePeerHandleClient ¶
func NewParcelablePeerHandleClient(cc grpc.ClientConnInterface) *ParcelablePeerHandleClient
NewParcelablePeerHandleClient creates a new ParcelablePeerHandle client.
func (*ParcelablePeerHandleClient) DescribeContents ¶
func (c *ParcelablePeerHandleClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*ParcelablePeerHandleClient) WriteToParcel ¶
func (c *ParcelablePeerHandleClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type PeerHandleClient ¶
type PeerHandleClient struct {
// contains filtered or unexported fields
}
PeerHandleClient wraps the gRPC PeerHandleService client.
func NewPeerHandleClient ¶
func NewPeerHandleClient(cc grpc.ClientConnInterface) *PeerHandleClient
NewPeerHandleClient creates a new PeerHandle client.
type PublishConfigBuilderClient ¶
type PublishConfigBuilderClient struct {
// contains filtered or unexported fields
}
PublishConfigBuilderClient wraps the gRPC PublishConfigBuilderService client.
func NewPublishConfigBuilderClient ¶
func NewPublishConfigBuilderClient(cc grpc.ClientConnInterface) *PublishConfigBuilderClient
NewPublishConfigBuilderClient creates a new PublishConfigBuilder client.
func (*PublishConfigBuilderClient) Build ¶
func (c *PublishConfigBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*PublishConfigBuilderClient) SetDataPathSecurityConfig ¶
func (c *PublishConfigBuilderClient) SetDataPathSecurityConfig(ctx context.Context, arg0 int64) (int64, error)
SetDataPathSecurityConfig calls the SetDataPathSecurityConfig RPC.
func (*PublishConfigBuilderClient) SetInstantCommunicationModeEnabled ¶
func (c *PublishConfigBuilderClient) SetInstantCommunicationModeEnabled(ctx context.Context, arg0 bool, arg1 int32) (int64, error)
SetInstantCommunicationModeEnabled calls the SetInstantCommunicationModeEnabled RPC.
func (*PublishConfigBuilderClient) SetPairingConfig ¶
func (c *PublishConfigBuilderClient) SetPairingConfig(ctx context.Context, arg0 int64) (int64, error)
SetPairingConfig calls the SetPairingConfig RPC.
func (*PublishConfigBuilderClient) SetPublishType ¶
SetPublishType calls the SetPublishType RPC.
func (*PublishConfigBuilderClient) SetRangingEnabled ¶
func (c *PublishConfigBuilderClient) SetRangingEnabled(ctx context.Context, arg0 bool) (int64, error)
SetRangingEnabled calls the SetRangingEnabled RPC.
func (*PublishConfigBuilderClient) SetServiceName ¶
func (c *PublishConfigBuilderClient) SetServiceName(ctx context.Context, arg0 string) (int64, error)
SetServiceName calls the SetServiceName RPC.
func (*PublishConfigBuilderClient) SetServiceSpecificInfo ¶
func (c *PublishConfigBuilderClient) SetServiceSpecificInfo(ctx context.Context, arg0 int64) (int64, error)
SetServiceSpecificInfo calls the SetServiceSpecificInfo RPC.
func (*PublishConfigBuilderClient) SetTerminateNotificationEnabled ¶
func (c *PublishConfigBuilderClient) SetTerminateNotificationEnabled(ctx context.Context, arg0 bool) (int64, error)
SetTerminateNotificationEnabled calls the SetTerminateNotificationEnabled RPC.
type PublishConfigClient ¶
type PublishConfigClient struct {
// contains filtered or unexported fields
}
PublishConfigClient wraps the gRPC PublishConfigService client.
func NewPublishConfigClient ¶
func NewPublishConfigClient(cc grpc.ClientConnInterface) *PublishConfigClient
NewPublishConfigClient creates a new PublishConfig client.
func (*PublishConfigClient) DescribeContents ¶
func (c *PublishConfigClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*PublishConfigClient) GetInstantCommunicationBand ¶
func (c *PublishConfigClient) GetInstantCommunicationBand(ctx context.Context) (int32, error)
GetInstantCommunicationBand calls the GetInstantCommunicationBand RPC.
func (*PublishConfigClient) GetPairingConfig ¶
func (c *PublishConfigClient) GetPairingConfig(ctx context.Context) (int64, error)
GetPairingConfig calls the GetPairingConfig RPC.
func (*PublishConfigClient) GetSecurityConfig ¶
func (c *PublishConfigClient) GetSecurityConfig(ctx context.Context) (int64, error)
GetSecurityConfig calls the GetSecurityConfig RPC.
func (*PublishConfigClient) HashCode ¶
func (c *PublishConfigClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*PublishConfigClient) IsInstantCommunicationModeEnabled ¶
func (c *PublishConfigClient) IsInstantCommunicationModeEnabled(ctx context.Context) (bool, error)
IsInstantCommunicationModeEnabled calls the IsInstantCommunicationModeEnabled RPC.
func (*PublishConfigClient) ToString ¶
func (c *PublishConfigClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*PublishConfigClient) WriteToParcel ¶
WriteToParcel calls the WriteToParcel RPC.
type PublishDiscoverySessionClient ¶
type PublishDiscoverySessionClient struct {
// contains filtered or unexported fields
}
PublishDiscoverySessionClient wraps the gRPC PublishDiscoverySessionService client.
func NewPublishDiscoverySessionClient ¶
func NewPublishDiscoverySessionClient(cc grpc.ClientConnInterface) *PublishDiscoverySessionClient
NewPublishDiscoverySessionClient creates a new PublishDiscoverySession client.
func (*PublishDiscoverySessionClient) UpdatePublish ¶
func (c *PublishDiscoverySessionClient) UpdatePublish(ctx context.Context, arg0 int64) error
UpdatePublish calls the UpdatePublish RPC.
type ResourcesClient ¶
type ResourcesClient struct {
// contains filtered or unexported fields
}
ResourcesClient wraps the gRPC ResourcesService client.
func NewResourcesClient ¶
func NewResourcesClient(cc grpc.ClientConnInterface) *ResourcesClient
NewResourcesClient creates a new Resources client.
func (*ResourcesClient) DescribeContents ¶
DescribeContents calls the DescribeContents RPC.
func (*ResourcesClient) GetAvailableDataPathsCount ¶
func (c *ResourcesClient) GetAvailableDataPathsCount(ctx context.Context, handle int64) (int32, error)
GetAvailableDataPathsCount calls the GetAvailableDataPathsCount RPC.
func (*ResourcesClient) GetAvailablePublishSessionsCount ¶
func (c *ResourcesClient) GetAvailablePublishSessionsCount(ctx context.Context, handle int64) (int32, error)
GetAvailablePublishSessionsCount calls the GetAvailablePublishSessionsCount RPC.
func (*ResourcesClient) GetAvailableSubscribeSessionsCount ¶
func (c *ResourcesClient) GetAvailableSubscribeSessionsCount(ctx context.Context, handle int64) (int32, error)
GetAvailableSubscribeSessionsCount calls the GetAvailableSubscribeSessionsCount RPC.
func (*ResourcesClient) WriteToParcel ¶
func (c *ResourcesClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type ServiceDiscoveryInfoClient ¶
type ServiceDiscoveryInfoClient struct {
// contains filtered or unexported fields
}
ServiceDiscoveryInfoClient wraps the gRPC ServiceDiscoveryInfoService client.
func NewServiceDiscoveryInfoClient ¶
func NewServiceDiscoveryInfoClient(cc grpc.ClientConnInterface) *ServiceDiscoveryInfoClient
NewServiceDiscoveryInfoClient creates a new ServiceDiscoveryInfo client.
func (*ServiceDiscoveryInfoClient) GetMatchFilters ¶
func (c *ServiceDiscoveryInfoClient) GetMatchFilters(ctx context.Context) (int64, error)
GetMatchFilters calls the GetMatchFilters RPC.
func (*ServiceDiscoveryInfoClient) GetPairedAlias ¶
func (c *ServiceDiscoveryInfoClient) GetPairedAlias(ctx context.Context) (string, error)
GetPairedAlias calls the GetPairedAlias RPC.
func (*ServiceDiscoveryInfoClient) GetPairingConfig ¶
func (c *ServiceDiscoveryInfoClient) GetPairingConfig(ctx context.Context) (int64, error)
GetPairingConfig calls the GetPairingConfig RPC.
func (*ServiceDiscoveryInfoClient) GetPeerCipherSuite ¶
func (c *ServiceDiscoveryInfoClient) GetPeerCipherSuite(ctx context.Context) (int32, error)
GetPeerCipherSuite calls the GetPeerCipherSuite RPC.
func (*ServiceDiscoveryInfoClient) GetPeerHandle ¶
func (c *ServiceDiscoveryInfoClient) GetPeerHandle(ctx context.Context) (int64, error)
GetPeerHandle calls the GetPeerHandle RPC.
func (*ServiceDiscoveryInfoClient) GetScid ¶
func (c *ServiceDiscoveryInfoClient) GetScid(ctx context.Context) (int64, error)
GetScid calls the GetScid RPC.
func (*ServiceDiscoveryInfoClient) GetServiceSpecificInfo ¶
func (c *ServiceDiscoveryInfoClient) GetServiceSpecificInfo(ctx context.Context) (int64, error)
GetServiceSpecificInfo calls the GetServiceSpecificInfo RPC.
type SubscribeConfigBuilderClient ¶
type SubscribeConfigBuilderClient struct {
// contains filtered or unexported fields
}
SubscribeConfigBuilderClient wraps the gRPC SubscribeConfigBuilderService client.
func NewSubscribeConfigBuilderClient ¶
func NewSubscribeConfigBuilderClient(cc grpc.ClientConnInterface) *SubscribeConfigBuilderClient
NewSubscribeConfigBuilderClient creates a new SubscribeConfigBuilder client.
func (*SubscribeConfigBuilderClient) Build ¶
func (c *SubscribeConfigBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*SubscribeConfigBuilderClient) SetInstantCommunicationModeEnabled ¶
func (c *SubscribeConfigBuilderClient) SetInstantCommunicationModeEnabled(ctx context.Context, arg0 bool, arg1 int32) (int64, error)
SetInstantCommunicationModeEnabled calls the SetInstantCommunicationModeEnabled RPC.
func (*SubscribeConfigBuilderClient) SetMaxDistanceMm ¶
func (c *SubscribeConfigBuilderClient) SetMaxDistanceMm(ctx context.Context, arg0 int32) (int64, error)
SetMaxDistanceMm calls the SetMaxDistanceMm RPC.
func (*SubscribeConfigBuilderClient) SetMinDistanceMm ¶
func (c *SubscribeConfigBuilderClient) SetMinDistanceMm(ctx context.Context, arg0 int32) (int64, error)
SetMinDistanceMm calls the SetMinDistanceMm RPC.
func (*SubscribeConfigBuilderClient) SetPairingConfig ¶
func (c *SubscribeConfigBuilderClient) SetPairingConfig(ctx context.Context, arg0 int64) (int64, error)
SetPairingConfig calls the SetPairingConfig RPC.
func (*SubscribeConfigBuilderClient) SetServiceName ¶
func (c *SubscribeConfigBuilderClient) SetServiceName(ctx context.Context, arg0 string) (int64, error)
SetServiceName calls the SetServiceName RPC.
func (*SubscribeConfigBuilderClient) SetServiceSpecificInfo ¶
func (c *SubscribeConfigBuilderClient) SetServiceSpecificInfo(ctx context.Context, arg0 int64) (int64, error)
SetServiceSpecificInfo calls the SetServiceSpecificInfo RPC.
func (*SubscribeConfigBuilderClient) SetSubscribeType ¶
func (c *SubscribeConfigBuilderClient) SetSubscribeType(ctx context.Context, arg0 int32) (int64, error)
SetSubscribeType calls the SetSubscribeType RPC.
func (*SubscribeConfigBuilderClient) SetTerminateNotificationEnabled ¶
func (c *SubscribeConfigBuilderClient) SetTerminateNotificationEnabled(ctx context.Context, arg0 bool) (int64, error)
SetTerminateNotificationEnabled calls the SetTerminateNotificationEnabled RPC.
type SubscribeConfigClient ¶
type SubscribeConfigClient struct {
// contains filtered or unexported fields
}
SubscribeConfigClient wraps the gRPC SubscribeConfigService client.
func NewSubscribeConfigClient ¶
func NewSubscribeConfigClient(cc grpc.ClientConnInterface) *SubscribeConfigClient
NewSubscribeConfigClient creates a new SubscribeConfig client.
func (*SubscribeConfigClient) DescribeContents ¶
func (c *SubscribeConfigClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*SubscribeConfigClient) GetInstantCommunicationBand ¶
func (c *SubscribeConfigClient) GetInstantCommunicationBand(ctx context.Context) (int32, error)
GetInstantCommunicationBand calls the GetInstantCommunicationBand RPC.
func (*SubscribeConfigClient) GetPairingConfig ¶
func (c *SubscribeConfigClient) GetPairingConfig(ctx context.Context) (int64, error)
GetPairingConfig calls the GetPairingConfig RPC.
func (*SubscribeConfigClient) HashCode ¶
func (c *SubscribeConfigClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*SubscribeConfigClient) IsInstantCommunicationModeEnabled ¶
func (c *SubscribeConfigClient) IsInstantCommunicationModeEnabled(ctx context.Context) (bool, error)
IsInstantCommunicationModeEnabled calls the IsInstantCommunicationModeEnabled RPC.
func (*SubscribeConfigClient) ToString ¶
func (c *SubscribeConfigClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*SubscribeConfigClient) WriteToParcel ¶
WriteToParcel calls the WriteToParcel RPC.
type SubscribeDiscoverySessionClient ¶
type SubscribeDiscoverySessionClient struct {
// contains filtered or unexported fields
}
SubscribeDiscoverySessionClient wraps the gRPC SubscribeDiscoverySessionService client.
func NewSubscribeDiscoverySessionClient ¶
func NewSubscribeDiscoverySessionClient(cc grpc.ClientConnInterface) *SubscribeDiscoverySessionClient
NewSubscribeDiscoverySessionClient creates a new SubscribeDiscoverySession client.
func (*SubscribeDiscoverySessionClient) UpdateSubscribe ¶
func (c *SubscribeDiscoverySessionClient) UpdateSubscribe(ctx context.Context, arg0 int64) error
UpdateSubscribe calls the UpdateSubscribe RPC.
type WifiAwareChannelInfoClient ¶
type WifiAwareChannelInfoClient struct {
// contains filtered or unexported fields
}
WifiAwareChannelInfoClient wraps the gRPC WifiAwareChannelInfoService client.
func NewWifiAwareChannelInfoClient ¶
func NewWifiAwareChannelInfoClient(cc grpc.ClientConnInterface) *WifiAwareChannelInfoClient
NewWifiAwareChannelInfoClient creates a new WifiAwareChannelInfo client.
func (*WifiAwareChannelInfoClient) DescribeContents ¶
func (c *WifiAwareChannelInfoClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*WifiAwareChannelInfoClient) GetChannelBandwidth ¶
func (c *WifiAwareChannelInfoClient) GetChannelBandwidth(ctx context.Context) (int32, error)
GetChannelBandwidth calls the GetChannelBandwidth RPC.
func (*WifiAwareChannelInfoClient) GetChannelFrequencyMhz ¶
func (c *WifiAwareChannelInfoClient) GetChannelFrequencyMhz(ctx context.Context) (int32, error)
GetChannelFrequencyMhz calls the GetChannelFrequencyMhz RPC.
func (*WifiAwareChannelInfoClient) GetSpatialStreamCount ¶
func (c *WifiAwareChannelInfoClient) GetSpatialStreamCount(ctx context.Context) (int32, error)
GetSpatialStreamCount calls the GetSpatialStreamCount RPC.
func (*WifiAwareChannelInfoClient) HashCode ¶
func (c *WifiAwareChannelInfoClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*WifiAwareChannelInfoClient) ToString ¶
func (c *WifiAwareChannelInfoClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*WifiAwareChannelInfoClient) WriteToParcel ¶
func (c *WifiAwareChannelInfoClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type WifiAwareDataPathSecurityConfigBuilderClient ¶
type WifiAwareDataPathSecurityConfigBuilderClient struct {
// contains filtered or unexported fields
}
WifiAwareDataPathSecurityConfigBuilderClient wraps the gRPC WifiAwareDataPathSecurityConfigBuilderService client.
func NewWifiAwareDataPathSecurityConfigBuilderClient ¶
func NewWifiAwareDataPathSecurityConfigBuilderClient(cc grpc.ClientConnInterface) *WifiAwareDataPathSecurityConfigBuilderClient
NewWifiAwareDataPathSecurityConfigBuilderClient creates a new WifiAwareDataPathSecurityConfigBuilder client.
func (*WifiAwareDataPathSecurityConfigBuilderClient) Build ¶
func (c *WifiAwareDataPathSecurityConfigBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*WifiAwareDataPathSecurityConfigBuilderClient) SetPmk ¶
func (c *WifiAwareDataPathSecurityConfigBuilderClient) SetPmk(ctx context.Context, arg0 int64) (int64, error)
SetPmk calls the SetPmk RPC.
func (*WifiAwareDataPathSecurityConfigBuilderClient) SetPmkId ¶
func (c *WifiAwareDataPathSecurityConfigBuilderClient) SetPmkId(ctx context.Context, arg0 int64) (int64, error)
SetPmkId calls the SetPmkId RPC.
func (*WifiAwareDataPathSecurityConfigBuilderClient) SetPskPassphrase ¶
func (c *WifiAwareDataPathSecurityConfigBuilderClient) SetPskPassphrase(ctx context.Context, arg0 string) (int64, error)
SetPskPassphrase calls the SetPskPassphrase RPC.
type WifiAwareDataPathSecurityConfigClient ¶
type WifiAwareDataPathSecurityConfigClient struct {
// contains filtered or unexported fields
}
WifiAwareDataPathSecurityConfigClient wraps the gRPC WifiAwareDataPathSecurityConfigService client.
func NewWifiAwareDataPathSecurityConfigClient ¶
func NewWifiAwareDataPathSecurityConfigClient(cc grpc.ClientConnInterface) *WifiAwareDataPathSecurityConfigClient
NewWifiAwareDataPathSecurityConfigClient creates a new WifiAwareDataPathSecurityConfig client.
func (*WifiAwareDataPathSecurityConfigClient) DescribeContents ¶
func (c *WifiAwareDataPathSecurityConfigClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*WifiAwareDataPathSecurityConfigClient) Equals ¶
func (c *WifiAwareDataPathSecurityConfigClient) Equals(ctx context.Context, arg0 int64) (bool, error)
Equals calls the Equals RPC.
func (*WifiAwareDataPathSecurityConfigClient) GetCipherSuite ¶
func (c *WifiAwareDataPathSecurityConfigClient) GetCipherSuite(ctx context.Context) (int32, error)
GetCipherSuite calls the GetCipherSuite RPC.
func (*WifiAwareDataPathSecurityConfigClient) GetPmk ¶
func (c *WifiAwareDataPathSecurityConfigClient) GetPmk(ctx context.Context) (int64, error)
GetPmk calls the GetPmk RPC.
func (*WifiAwareDataPathSecurityConfigClient) GetPmkId ¶
func (c *WifiAwareDataPathSecurityConfigClient) GetPmkId(ctx context.Context) (int64, error)
GetPmkId calls the GetPmkId RPC.
func (*WifiAwareDataPathSecurityConfigClient) GetPskPassphrase ¶
func (c *WifiAwareDataPathSecurityConfigClient) GetPskPassphrase(ctx context.Context) (string, error)
GetPskPassphrase calls the GetPskPassphrase RPC.
func (*WifiAwareDataPathSecurityConfigClient) HashCode ¶
func (c *WifiAwareDataPathSecurityConfigClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*WifiAwareDataPathSecurityConfigClient) ToString ¶
func (c *WifiAwareDataPathSecurityConfigClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*WifiAwareDataPathSecurityConfigClient) WriteToParcel ¶
func (c *WifiAwareDataPathSecurityConfigClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type WifiAwareManagerClient ¶
type WifiAwareManagerClient struct {
// contains filtered or unexported fields
}
WifiAwareManagerClient wraps the gRPC WifiAwareManagerService client.
func NewWifiAwareManagerClient ¶
func NewWifiAwareManagerClient(cc grpc.ClientConnInterface) *WifiAwareManagerClient
NewWifiAwareManagerClient creates a new WifiAwareManager client.
func (*WifiAwareManagerClient) GetAvailableAwareResources ¶
func (c *WifiAwareManagerClient) GetAvailableAwareResources(ctx context.Context) (int64, error)
GetAvailableAwareResources calls the GetAvailableAwareResources RPC.
func (*WifiAwareManagerClient) GetCharacteristics ¶
func (c *WifiAwareManagerClient) GetCharacteristics(ctx context.Context) (int64, error)
GetCharacteristics calls the GetCharacteristics RPC.
func (*WifiAwareManagerClient) IsAvailable ¶
func (c *WifiAwareManagerClient) IsAvailable(ctx context.Context) (bool, error)
IsAvailable calls the IsAvailable RPC.
func (*WifiAwareManagerClient) IsDeviceAttached ¶
func (c *WifiAwareManagerClient) IsDeviceAttached(ctx context.Context) (bool, error)
IsDeviceAttached calls the IsDeviceAttached RPC.
func (*WifiAwareManagerClient) IsInstantCommunicationModeEnabled ¶
func (c *WifiAwareManagerClient) IsInstantCommunicationModeEnabled(ctx context.Context) (bool, error)
IsInstantCommunicationModeEnabled calls the IsInstantCommunicationModeEnabled RPC.
func (*WifiAwareManagerClient) IsSetChannelOnDataPathSupported ¶
func (c *WifiAwareManagerClient) IsSetChannelOnDataPathSupported(ctx context.Context) (bool, error)
IsSetChannelOnDataPathSupported calls the IsSetChannelOnDataPathSupported RPC.
func (*WifiAwareManagerClient) RemovePairedDevice ¶
func (c *WifiAwareManagerClient) RemovePairedDevice(ctx context.Context, arg0 string) error
RemovePairedDevice calls the RemovePairedDevice RPC.
func (*WifiAwareManagerClient) ResetPairedDevices ¶
func (c *WifiAwareManagerClient) ResetPairedDevices(ctx context.Context) error
ResetPairedDevices calls the ResetPairedDevices RPC.
func (*WifiAwareManagerClient) SetOpportunisticModeEnabled ¶
func (c *WifiAwareManagerClient) SetOpportunisticModeEnabled(ctx context.Context, arg0 bool) error
SetOpportunisticModeEnabled calls the SetOpportunisticModeEnabled RPC.
type WifiAwareNetworkInfoClient ¶
type WifiAwareNetworkInfoClient struct {
// contains filtered or unexported fields
}
WifiAwareNetworkInfoClient wraps the gRPC WifiAwareNetworkInfoService client.
func NewWifiAwareNetworkInfoClient ¶
func NewWifiAwareNetworkInfoClient(cc grpc.ClientConnInterface) *WifiAwareNetworkInfoClient
NewWifiAwareNetworkInfoClient creates a new WifiAwareNetworkInfo client.
func (*WifiAwareNetworkInfoClient) DescribeContents ¶
func (c *WifiAwareNetworkInfoClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*WifiAwareNetworkInfoClient) GetChannelInfoList ¶
func (c *WifiAwareNetworkInfoClient) GetChannelInfoList(ctx context.Context) (int64, error)
GetChannelInfoList calls the GetChannelInfoList RPC.
func (*WifiAwareNetworkInfoClient) GetPeerIpv6Addr ¶
func (c *WifiAwareNetworkInfoClient) GetPeerIpv6Addr(ctx context.Context) (int64, error)
GetPeerIpv6Addr calls the GetPeerIpv6Addr RPC.
func (*WifiAwareNetworkInfoClient) GetPort ¶
func (c *WifiAwareNetworkInfoClient) GetPort(ctx context.Context) (int32, error)
GetPort calls the GetPort RPC.
func (*WifiAwareNetworkInfoClient) GetTransportProtocol ¶
func (c *WifiAwareNetworkInfoClient) GetTransportProtocol(ctx context.Context) (int32, error)
GetTransportProtocol calls the GetTransportProtocol RPC.
func (*WifiAwareNetworkInfoClient) HashCode ¶
func (c *WifiAwareNetworkInfoClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*WifiAwareNetworkInfoClient) ToString ¶
func (c *WifiAwareNetworkInfoClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*WifiAwareNetworkInfoClient) WriteToParcel ¶
func (c *WifiAwareNetworkInfoClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type WifiAwareNetworkSpecifierBuilderClient ¶
type WifiAwareNetworkSpecifierBuilderClient struct {
// contains filtered or unexported fields
}
WifiAwareNetworkSpecifierBuilderClient wraps the gRPC WifiAwareNetworkSpecifierBuilderService client.
func NewWifiAwareNetworkSpecifierBuilderClient ¶
func NewWifiAwareNetworkSpecifierBuilderClient(cc grpc.ClientConnInterface) *WifiAwareNetworkSpecifierBuilderClient
NewWifiAwareNetworkSpecifierBuilderClient creates a new WifiAwareNetworkSpecifierBuilder client.
func (*WifiAwareNetworkSpecifierBuilderClient) Build ¶
func (c *WifiAwareNetworkSpecifierBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*WifiAwareNetworkSpecifierBuilderClient) SetChannelFrequencyMhz ¶
func (c *WifiAwareNetworkSpecifierBuilderClient) SetChannelFrequencyMhz(ctx context.Context, arg0 int32, arg1 bool) (int64, error)
SetChannelFrequencyMhz calls the SetChannelFrequencyMhz RPC.
func (*WifiAwareNetworkSpecifierBuilderClient) SetDataPathSecurityConfig ¶
func (c *WifiAwareNetworkSpecifierBuilderClient) SetDataPathSecurityConfig(ctx context.Context, arg0 int64) (int64, error)
SetDataPathSecurityConfig calls the SetDataPathSecurityConfig RPC.
func (*WifiAwareNetworkSpecifierBuilderClient) SetPmk ¶
func (c *WifiAwareNetworkSpecifierBuilderClient) SetPmk(ctx context.Context, arg0 int64) (int64, error)
SetPmk calls the SetPmk RPC.
func (*WifiAwareNetworkSpecifierBuilderClient) SetPort ¶
func (c *WifiAwareNetworkSpecifierBuilderClient) SetPort(ctx context.Context, arg0 int32) (int64, error)
SetPort calls the SetPort RPC.
func (*WifiAwareNetworkSpecifierBuilderClient) SetPskPassphrase ¶
func (c *WifiAwareNetworkSpecifierBuilderClient) SetPskPassphrase(ctx context.Context, arg0 string) (int64, error)
SetPskPassphrase calls the SetPskPassphrase RPC.
func (*WifiAwareNetworkSpecifierBuilderClient) SetTransportProtocol ¶
func (c *WifiAwareNetworkSpecifierBuilderClient) SetTransportProtocol(ctx context.Context, arg0 int32) (int64, error)
SetTransportProtocol calls the SetTransportProtocol RPC.
type WifiAwareNetworkSpecifierClient ¶
type WifiAwareNetworkSpecifierClient struct {
// contains filtered or unexported fields
}
WifiAwareNetworkSpecifierClient wraps the gRPC WifiAwareNetworkSpecifierService client.
func NewWifiAwareNetworkSpecifierClient ¶
func NewWifiAwareNetworkSpecifierClient(cc grpc.ClientConnInterface) *WifiAwareNetworkSpecifierClient
NewWifiAwareNetworkSpecifierClient creates a new WifiAwareNetworkSpecifier client.
func (*WifiAwareNetworkSpecifierClient) CanBeSatisfiedBy ¶
func (c *WifiAwareNetworkSpecifierClient) CanBeSatisfiedBy(ctx context.Context, arg0 int64) (bool, error)
CanBeSatisfiedBy calls the CanBeSatisfiedBy RPC.
func (*WifiAwareNetworkSpecifierClient) DescribeContents ¶
func (c *WifiAwareNetworkSpecifierClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*WifiAwareNetworkSpecifierClient) GetChannelFrequencyMhz ¶
func (c *WifiAwareNetworkSpecifierClient) GetChannelFrequencyMhz(ctx context.Context) (int32, error)
GetChannelFrequencyMhz calls the GetChannelFrequencyMhz RPC.
func (*WifiAwareNetworkSpecifierClient) GetWifiAwareDataPathSecurityConfig ¶
func (c *WifiAwareNetworkSpecifierClient) GetWifiAwareDataPathSecurityConfig(ctx context.Context) (int64, error)
GetWifiAwareDataPathSecurityConfig calls the GetWifiAwareDataPathSecurityConfig RPC.
func (*WifiAwareNetworkSpecifierClient) HashCode ¶
func (c *WifiAwareNetworkSpecifierClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*WifiAwareNetworkSpecifierClient) IsChannelRequired ¶
func (c *WifiAwareNetworkSpecifierClient) IsChannelRequired(ctx context.Context) (bool, error)
IsChannelRequired calls the IsChannelRequired RPC.
func (*WifiAwareNetworkSpecifierClient) ToString ¶
func (c *WifiAwareNetworkSpecifierClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*WifiAwareNetworkSpecifierClient) WriteToParcel ¶
func (c *WifiAwareNetworkSpecifierClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type WifiAwareSessionClient ¶
type WifiAwareSessionClient struct {
// contains filtered or unexported fields
}
WifiAwareSessionClient wraps the gRPC WifiAwareSessionService client.
func NewWifiAwareSessionClient ¶
func NewWifiAwareSessionClient(cc grpc.ClientConnInterface) *WifiAwareSessionClient
NewWifiAwareSessionClient creates a new WifiAwareSession client.
func (*WifiAwareSessionClient) Close ¶
func (c *WifiAwareSessionClient) Close(ctx context.Context) error
Close calls the Close RPC.
func (*WifiAwareSessionClient) CreateNetworkSpecifierOpen ¶
func (c *WifiAwareSessionClient) CreateNetworkSpecifierOpen(ctx context.Context, arg0 int32, arg1 int64) (int64, error)
CreateNetworkSpecifierOpen calls the CreateNetworkSpecifierOpen RPC.
func (*WifiAwareSessionClient) CreateNetworkSpecifierPassphrase ¶
func (c *WifiAwareSessionClient) CreateNetworkSpecifierPassphrase(ctx context.Context, arg0 int32, arg1 int64, arg2 string) (int64, error)
CreateNetworkSpecifierPassphrase calls the CreateNetworkSpecifierPassphrase RPC.