Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type RangingCapabilitiesClient struct + func NewRangingCapabilitiesClient(cc grpc.ClientConnInterface) *RangingCapabilitiesClient + func (c *RangingCapabilitiesClient) DescribeContents(ctx context.Context) (int32, error) + func (c *RangingCapabilitiesClient) HasPeriodicRangingHardwareFeature(ctx context.Context) (bool, error) + func (c *RangingCapabilitiesClient) ToString(ctx context.Context) (string, error) + func (c *RangingCapabilitiesClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type RangingParamsBuilderClient struct + func NewRangingParamsBuilderClient(cc grpc.ClientConnInterface) *RangingParamsBuilderClient + func (c *RangingParamsBuilderClient) Build(ctx context.Context) (int64, error) + func (c *RangingParamsBuilderClient) SetMatchFilter(ctx context.Context, arg0 int64) (int64, error) + func (c *RangingParamsBuilderClient) SetPeriodicRangingHwFeatureEnabled(ctx context.Context, arg0 bool) (int64, error) + func (c *RangingParamsBuilderClient) SetRangingUpdateRate(ctx context.Context, arg0 int32) (int64, error) + type RangingParamsClient struct + func NewRangingParamsClient(cc grpc.ClientConnInterface) *RangingParamsClient + func (c *RangingParamsClient) DescribeContents(ctx context.Context) (int32, error) + func (c *RangingParamsClient) Equals(ctx context.Context, arg0 int64) (bool, error) + func (c *RangingParamsClient) GetMatchFilter(ctx context.Context) (int64, error) + func (c *RangingParamsClient) GetRangingUpdateRate(ctx context.Context) (int32, error) + func (c *RangingParamsClient) GetServiceName(ctx context.Context) (string, error) + func (c *RangingParamsClient) HashCode(ctx context.Context) (int32, error) + func (c *RangingParamsClient) IsPeriodicRangingHwFeatureEnabled(ctx context.Context) (bool, error) + func (c *RangingParamsClient) ToString(ctx context.Context) (string, error) + func (c *RangingParamsClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error