Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + const DeviceHandleBuilderService_Build_FullMethodName + const DeviceHandleService_DescribeContents_FullMethodName + const DeviceHandleService_GetRangingDevice_FullMethodName + const DeviceHandleService_GetTransportHandle_FullMethodName + const DeviceHandleService_ToString_FullMethodName + const DeviceHandleService_WriteToParcel_FullMethodName + const InitiatorRangingConfigBuilderService_AddDeviceHandle_FullMethodName + const InitiatorRangingConfigBuilderService_Build_FullMethodName + const InitiatorRangingConfigBuilderService_SetFastestRangingInterval_FullMethodName + const InitiatorRangingConfigBuilderService_SetRangingMode_FullMethodName + const InitiatorRangingConfigBuilderService_SetSecurityLevel_FullMethodName + const InitiatorRangingConfigBuilderService_SetSlowestRangingInterval_FullMethodName + const InitiatorRangingConfigService_DescribeContents_FullMethodName + const InitiatorRangingConfigService_GetDeviceHandles_FullMethodName + const InitiatorRangingConfigService_GetFastestRangingInterval_FullMethodName + const InitiatorRangingConfigService_GetRangingIntervalRange_FullMethodName + const InitiatorRangingConfigService_GetRangingMode_FullMethodName + const InitiatorRangingConfigService_GetSecurityLevel_FullMethodName + const InitiatorRangingConfigService_GetSlowestRangingInterval_FullMethodName + const InitiatorRangingConfigService_ToString_FullMethodName + const InitiatorRangingConfigService_WriteToParcel_FullMethodName + const ResponderRangingConfigBuilderService_Build_FullMethodName + const ResponderRangingConfigService_DescribeContents_FullMethodName + const ResponderRangingConfigService_GetDeviceHandle_FullMethodName + const ResponderRangingConfigService_ToString_FullMethodName + const ResponderRangingConfigService_WriteToParcel_FullMethodName + const TransportHandleReceiveCallbackService_OnClose_FullMethodName + const TransportHandleReceiveCallbackService_OnDisconnect_FullMethodName + const TransportHandleReceiveCallbackService_OnReceiveData_FullMethodName + const TransportHandleReceiveCallbackService_OnReconnect_FullMethodName + const TransportHandleReceiveCallbackService_OnSendFailed_FullMethodName + const TransportHandleService_RegisterReceiveCallback_FullMethodName + const TransportHandleService_SendData_FullMethodName + var DeviceHandleBuilderService_ServiceDesc = grpc.ServiceDesc + var DeviceHandleService_ServiceDesc = grpc.ServiceDesc + var File_proto_oob_oob_proto protoreflect.FileDescriptor + var InitiatorRangingConfigBuilderService_ServiceDesc = grpc.ServiceDesc + var InitiatorRangingConfigService_ServiceDesc = grpc.ServiceDesc + var ResponderRangingConfigBuilderService_ServiceDesc = grpc.ServiceDesc + var ResponderRangingConfigService_ServiceDesc = grpc.ServiceDesc + var TransportHandleReceiveCallbackService_ServiceDesc = grpc.ServiceDesc + var TransportHandleService_ServiceDesc = grpc.ServiceDesc + func RegisterDeviceHandleBuilderServiceServer(s grpc.ServiceRegistrar, srv DeviceHandleBuilderServiceServer) + func RegisterDeviceHandleServiceServer(s grpc.ServiceRegistrar, srv DeviceHandleServiceServer) + func RegisterInitiatorRangingConfigBuilderServiceServer(s grpc.ServiceRegistrar, srv InitiatorRangingConfigBuilderServiceServer) + func RegisterInitiatorRangingConfigServiceServer(s grpc.ServiceRegistrar, srv InitiatorRangingConfigServiceServer) + func RegisterResponderRangingConfigBuilderServiceServer(s grpc.ServiceRegistrar, srv ResponderRangingConfigBuilderServiceServer) + func RegisterResponderRangingConfigServiceServer(s grpc.ServiceRegistrar, srv ResponderRangingConfigServiceServer) + func RegisterTransportHandleReceiveCallbackServiceServer(s grpc.ServiceRegistrar, srv TransportHandleReceiveCallbackServiceServer) + func RegisterTransportHandleServiceServer(s grpc.ServiceRegistrar, srv TransportHandleServiceServer) + type AddDeviceHandleRequest struct + Arg0 int64 + func (*AddDeviceHandleRequest) Descriptor() ([]byte, []int) + func (*AddDeviceHandleRequest) ProtoMessage() + func (x *AddDeviceHandleRequest) GetArg0() int64 + func (x *AddDeviceHandleRequest) ProtoReflect() protoreflect.Message + func (x *AddDeviceHandleRequest) Reset() + func (x *AddDeviceHandleRequest) String() string + type AddDeviceHandleResponse struct + Result int64 + func (*AddDeviceHandleResponse) Descriptor() ([]byte, []int) + func (*AddDeviceHandleResponse) ProtoMessage() + func (x *AddDeviceHandleResponse) GetResult() int64 + func (x *AddDeviceHandleResponse) ProtoReflect() protoreflect.Message + func (x *AddDeviceHandleResponse) Reset() + func (x *AddDeviceHandleResponse) String() string + type BuildRequest struct + func (*BuildRequest) Descriptor() ([]byte, []int) + func (*BuildRequest) ProtoMessage() + func (x *BuildRequest) ProtoReflect() protoreflect.Message + func (x *BuildRequest) Reset() + func (x *BuildRequest) String() string + type BuildResponse struct + Result int64 + func (*BuildResponse) Descriptor() ([]byte, []int) + func (*BuildResponse) ProtoMessage() + func (x *BuildResponse) GetResult() int64 + func (x *BuildResponse) ProtoReflect() protoreflect.Message + func (x *BuildResponse) Reset() + func (x *BuildResponse) String() string + type DescribeContentsRequest struct + func (*DescribeContentsRequest) Descriptor() ([]byte, []int) + func (*DescribeContentsRequest) ProtoMessage() + func (x *DescribeContentsRequest) ProtoReflect() protoreflect.Message + func (x *DescribeContentsRequest) Reset() + func (x *DescribeContentsRequest) String() string + type DescribeContentsResponse struct + Result int32 + func (*DescribeContentsResponse) Descriptor() ([]byte, []int) + func (*DescribeContentsResponse) ProtoMessage() + func (x *DescribeContentsResponse) GetResult() int32 + func (x *DescribeContentsResponse) ProtoReflect() protoreflect.Message + func (x *DescribeContentsResponse) Reset() + func (x *DescribeContentsResponse) String() string + type DeviceHandleBuilderServiceClient interface + Build func(ctx context.Context, in *BuildRequest, opts ...grpc.CallOption) (*BuildResponse, error) + func NewDeviceHandleBuilderServiceClient(cc grpc.ClientConnInterface) DeviceHandleBuilderServiceClient + type DeviceHandleBuilderServiceServer interface + Build func(context.Context, *BuildRequest) (*BuildResponse, error) + type DeviceHandleServiceClient interface + DescribeContents func(ctx context.Context, in *DescribeContentsRequest, opts ...grpc.CallOption) (*DescribeContentsResponse, error) + GetRangingDevice func(ctx context.Context, in *GetRangingDeviceRequest, opts ...grpc.CallOption) (*GetRangingDeviceResponse, error) + GetTransportHandle func(ctx context.Context, in *GetTransportHandleRequest, opts ...grpc.CallOption) (*GetTransportHandleResponse, error) + ToString func(ctx context.Context, in *ToStringRequest, opts ...grpc.CallOption) (*ToStringResponse, error) + WriteToParcel func(ctx context.Context, in *WriteToParcelRequest, opts ...grpc.CallOption) (*WriteToParcelResponse, error) + func NewDeviceHandleServiceClient(cc grpc.ClientConnInterface) DeviceHandleServiceClient + type DeviceHandleServiceServer interface + DescribeContents func(context.Context, *DescribeContentsRequest) (*DescribeContentsResponse, error) + GetRangingDevice func(context.Context, *GetRangingDeviceRequest) (*GetRangingDeviceResponse, error) + GetTransportHandle func(context.Context, *GetTransportHandleRequest) (*GetTransportHandleResponse, error) + ToString func(context.Context, *ToStringRequest) (*ToStringResponse, error) + WriteToParcel func(context.Context, *WriteToParcelRequest) (*WriteToParcelResponse, error) + type GetDeviceHandleRequest struct + func (*GetDeviceHandleRequest) Descriptor() ([]byte, []int) + func (*GetDeviceHandleRequest) ProtoMessage() + func (x *GetDeviceHandleRequest) ProtoReflect() protoreflect.Message + func (x *GetDeviceHandleRequest) Reset() + func (x *GetDeviceHandleRequest) String() string + type GetDeviceHandleResponse struct + Result int64 + func (*GetDeviceHandleResponse) Descriptor() ([]byte, []int) + func (*GetDeviceHandleResponse) ProtoMessage() + func (x *GetDeviceHandleResponse) GetResult() int64 + func (x *GetDeviceHandleResponse) ProtoReflect() protoreflect.Message + func (x *GetDeviceHandleResponse) Reset() + func (x *GetDeviceHandleResponse) String() string + type GetDeviceHandlesRequest struct + func (*GetDeviceHandlesRequest) Descriptor() ([]byte, []int) + func (*GetDeviceHandlesRequest) ProtoMessage() + func (x *GetDeviceHandlesRequest) ProtoReflect() protoreflect.Message + func (x *GetDeviceHandlesRequest) Reset() + func (x *GetDeviceHandlesRequest) String() string + type GetDeviceHandlesResponse struct + Result int64 + func (*GetDeviceHandlesResponse) Descriptor() ([]byte, []int) + func (*GetDeviceHandlesResponse) ProtoMessage() + func (x *GetDeviceHandlesResponse) GetResult() int64 + func (x *GetDeviceHandlesResponse) ProtoReflect() protoreflect.Message + func (x *GetDeviceHandlesResponse) Reset() + func (x *GetDeviceHandlesResponse) String() string + type GetFastestRangingIntervalRequest struct + func (*GetFastestRangingIntervalRequest) Descriptor() ([]byte, []int) + func (*GetFastestRangingIntervalRequest) ProtoMessage() + func (x *GetFastestRangingIntervalRequest) ProtoReflect() protoreflect.Message + func (x *GetFastestRangingIntervalRequest) Reset() + func (x *GetFastestRangingIntervalRequest) String() string + type GetFastestRangingIntervalResponse struct + Result int64 + func (*GetFastestRangingIntervalResponse) Descriptor() ([]byte, []int) + func (*GetFastestRangingIntervalResponse) ProtoMessage() + func (x *GetFastestRangingIntervalResponse) GetResult() int64 + func (x *GetFastestRangingIntervalResponse) ProtoReflect() protoreflect.Message + func (x *GetFastestRangingIntervalResponse) Reset() + func (x *GetFastestRangingIntervalResponse) String() string + type GetRangingDeviceRequest struct + func (*GetRangingDeviceRequest) Descriptor() ([]byte, []int) + func (*GetRangingDeviceRequest) ProtoMessage() + func (x *GetRangingDeviceRequest) ProtoReflect() protoreflect.Message + func (x *GetRangingDeviceRequest) Reset() + func (x *GetRangingDeviceRequest) String() string + type GetRangingDeviceResponse struct + Result int64 + func (*GetRangingDeviceResponse) Descriptor() ([]byte, []int) + func (*GetRangingDeviceResponse) ProtoMessage() + func (x *GetRangingDeviceResponse) GetResult() int64 + func (x *GetRangingDeviceResponse) ProtoReflect() protoreflect.Message + func (x *GetRangingDeviceResponse) Reset() + func (x *GetRangingDeviceResponse) String() string + type GetRangingIntervalRangeRequest struct + func (*GetRangingIntervalRangeRequest) Descriptor() ([]byte, []int) + func (*GetRangingIntervalRangeRequest) ProtoMessage() + func (x *GetRangingIntervalRangeRequest) ProtoReflect() protoreflect.Message + func (x *GetRangingIntervalRangeRequest) Reset() + func (x *GetRangingIntervalRangeRequest) String() string + type GetRangingIntervalRangeResponse struct + Result int64 + func (*GetRangingIntervalRangeResponse) Descriptor() ([]byte, []int) + func (*GetRangingIntervalRangeResponse) ProtoMessage() + func (x *GetRangingIntervalRangeResponse) GetResult() int64 + func (x *GetRangingIntervalRangeResponse) ProtoReflect() protoreflect.Message + func (x *GetRangingIntervalRangeResponse) Reset() + func (x *GetRangingIntervalRangeResponse) String() string + type GetRangingModeRequest struct + func (*GetRangingModeRequest) Descriptor() ([]byte, []int) + func (*GetRangingModeRequest) ProtoMessage() + func (x *GetRangingModeRequest) ProtoReflect() protoreflect.Message + func (x *GetRangingModeRequest) Reset() + func (x *GetRangingModeRequest) String() string + type GetRangingModeResponse struct + Result int32 + func (*GetRangingModeResponse) Descriptor() ([]byte, []int) + func (*GetRangingModeResponse) ProtoMessage() + func (x *GetRangingModeResponse) GetResult() int32 + func (x *GetRangingModeResponse) ProtoReflect() protoreflect.Message + func (x *GetRangingModeResponse) Reset() + func (x *GetRangingModeResponse) String() string + type GetSecurityLevelRequest struct + func (*GetSecurityLevelRequest) Descriptor() ([]byte, []int) + func (*GetSecurityLevelRequest) ProtoMessage() + func (x *GetSecurityLevelRequest) ProtoReflect() protoreflect.Message + func (x *GetSecurityLevelRequest) Reset() + func (x *GetSecurityLevelRequest) String() string + type GetSecurityLevelResponse struct + Result int32 + func (*GetSecurityLevelResponse) Descriptor() ([]byte, []int) + func (*GetSecurityLevelResponse) ProtoMessage() + func (x *GetSecurityLevelResponse) GetResult() int32 + func (x *GetSecurityLevelResponse) ProtoReflect() protoreflect.Message + func (x *GetSecurityLevelResponse) Reset() + func (x *GetSecurityLevelResponse) String() string + type GetSlowestRangingIntervalRequest struct + func (*GetSlowestRangingIntervalRequest) Descriptor() ([]byte, []int) + func (*GetSlowestRangingIntervalRequest) ProtoMessage() + func (x *GetSlowestRangingIntervalRequest) ProtoReflect() protoreflect.Message + func (x *GetSlowestRangingIntervalRequest) Reset() + func (x *GetSlowestRangingIntervalRequest) String() string + type GetSlowestRangingIntervalResponse struct + Result int64 + func (*GetSlowestRangingIntervalResponse) Descriptor() ([]byte, []int) + func (*GetSlowestRangingIntervalResponse) ProtoMessage() + func (x *GetSlowestRangingIntervalResponse) GetResult() int64 + func (x *GetSlowestRangingIntervalResponse) ProtoReflect() protoreflect.Message + func (x *GetSlowestRangingIntervalResponse) Reset() + func (x *GetSlowestRangingIntervalResponse) String() string + type GetTransportHandleRequest struct + func (*GetTransportHandleRequest) Descriptor() ([]byte, []int) + func (*GetTransportHandleRequest) ProtoMessage() + func (x *GetTransportHandleRequest) ProtoReflect() protoreflect.Message + func (x *GetTransportHandleRequest) Reset() + func (x *GetTransportHandleRequest) String() string + type GetTransportHandleResponse struct + Result int64 + func (*GetTransportHandleResponse) Descriptor() ([]byte, []int) + func (*GetTransportHandleResponse) ProtoMessage() + func (x *GetTransportHandleResponse) GetResult() int64 + func (x *GetTransportHandleResponse) ProtoReflect() protoreflect.Message + func (x *GetTransportHandleResponse) Reset() + func (x *GetTransportHandleResponse) String() string + type InitiatorRangingConfigBuilderServiceClient interface + AddDeviceHandle func(ctx context.Context, in *AddDeviceHandleRequest, opts ...grpc.CallOption) (*AddDeviceHandleResponse, error) + Build func(ctx context.Context, in *BuildRequest, opts ...grpc.CallOption) (*BuildResponse, error) + SetFastestRangingInterval func(ctx context.Context, in *SetFastestRangingIntervalRequest, ...) (*SetFastestRangingIntervalResponse, error) + SetRangingMode func(ctx context.Context, in *SetRangingModeRequest, opts ...grpc.CallOption) (*SetRangingModeResponse, error) + SetSecurityLevel func(ctx context.Context, in *SetSecurityLevelRequest, opts ...grpc.CallOption) (*SetSecurityLevelResponse, error) + SetSlowestRangingInterval func(ctx context.Context, in *SetSlowestRangingIntervalRequest, ...) (*SetSlowestRangingIntervalResponse, error) + func NewInitiatorRangingConfigBuilderServiceClient(cc grpc.ClientConnInterface) InitiatorRangingConfigBuilderServiceClient + type InitiatorRangingConfigBuilderServiceServer interface + AddDeviceHandle func(context.Context, *AddDeviceHandleRequest) (*AddDeviceHandleResponse, error) + Build func(context.Context, *BuildRequest) (*BuildResponse, error) + SetFastestRangingInterval func(context.Context, *SetFastestRangingIntervalRequest) (*SetFastestRangingIntervalResponse, error) + SetRangingMode func(context.Context, *SetRangingModeRequest) (*SetRangingModeResponse, error) + SetSecurityLevel func(context.Context, *SetSecurityLevelRequest) (*SetSecurityLevelResponse, error) + SetSlowestRangingInterval func(context.Context, *SetSlowestRangingIntervalRequest) (*SetSlowestRangingIntervalResponse, error) + type InitiatorRangingConfigServiceClient interface + DescribeContents func(ctx context.Context, in *DescribeContentsRequest, opts ...grpc.CallOption) (*DescribeContentsResponse, error) + GetDeviceHandles func(ctx context.Context, in *GetDeviceHandlesRequest, opts ...grpc.CallOption) (*GetDeviceHandlesResponse, error) + GetFastestRangingInterval func(ctx context.Context, in *GetFastestRangingIntervalRequest, ...) (*GetFastestRangingIntervalResponse, error) + GetRangingIntervalRange func(ctx context.Context, in *GetRangingIntervalRangeRequest, ...) (*GetRangingIntervalRangeResponse, error) + GetRangingMode func(ctx context.Context, in *GetRangingModeRequest, opts ...grpc.CallOption) (*GetRangingModeResponse, error) + GetSecurityLevel func(ctx context.Context, in *GetSecurityLevelRequest, opts ...grpc.CallOption) (*GetSecurityLevelResponse, error) + GetSlowestRangingInterval func(ctx context.Context, in *GetSlowestRangingIntervalRequest, ...) (*GetSlowestRangingIntervalResponse, error) + ToString func(ctx context.Context, in *ToStringRequest, opts ...grpc.CallOption) (*ToStringResponse, error) + WriteToParcel func(ctx context.Context, in *WriteToParcelRequest, opts ...grpc.CallOption) (*WriteToParcelResponse, error) + func NewInitiatorRangingConfigServiceClient(cc grpc.ClientConnInterface) InitiatorRangingConfigServiceClient + type InitiatorRangingConfigServiceServer interface + DescribeContents func(context.Context, *DescribeContentsRequest) (*DescribeContentsResponse, error) + GetDeviceHandles func(context.Context, *GetDeviceHandlesRequest) (*GetDeviceHandlesResponse, error) + GetFastestRangingInterval func(context.Context, *GetFastestRangingIntervalRequest) (*GetFastestRangingIntervalResponse, error) + GetRangingIntervalRange func(context.Context, *GetRangingIntervalRangeRequest) (*GetRangingIntervalRangeResponse, error) + GetRangingMode func(context.Context, *GetRangingModeRequest) (*GetRangingModeResponse, error) + GetSecurityLevel func(context.Context, *GetSecurityLevelRequest) (*GetSecurityLevelResponse, error) + GetSlowestRangingInterval func(context.Context, *GetSlowestRangingIntervalRequest) (*GetSlowestRangingIntervalResponse, error) + ToString func(context.Context, *ToStringRequest) (*ToStringResponse, error) + WriteToParcel func(context.Context, *WriteToParcelRequest) (*WriteToParcelResponse, error) + type OnCloseRequest struct + func (*OnCloseRequest) Descriptor() ([]byte, []int) + func (*OnCloseRequest) ProtoMessage() + func (x *OnCloseRequest) ProtoReflect() protoreflect.Message + func (x *OnCloseRequest) Reset() + func (x *OnCloseRequest) String() string + type OnCloseResponse struct + func (*OnCloseResponse) Descriptor() ([]byte, []int) + func (*OnCloseResponse) ProtoMessage() + func (x *OnCloseResponse) ProtoReflect() protoreflect.Message + func (x *OnCloseResponse) Reset() + func (x *OnCloseResponse) String() string + type OnDisconnectRequest struct + func (*OnDisconnectRequest) Descriptor() ([]byte, []int) + func (*OnDisconnectRequest) ProtoMessage() + func (x *OnDisconnectRequest) ProtoReflect() protoreflect.Message + func (x *OnDisconnectRequest) Reset() + func (x *OnDisconnectRequest) String() string + type OnDisconnectResponse struct + func (*OnDisconnectResponse) Descriptor() ([]byte, []int) + func (*OnDisconnectResponse) ProtoMessage() + func (x *OnDisconnectResponse) ProtoReflect() protoreflect.Message + func (x *OnDisconnectResponse) Reset() + func (x *OnDisconnectResponse) String() string + type OnReceiveDataRequest struct + Arg0 int64 + func (*OnReceiveDataRequest) Descriptor() ([]byte, []int) + func (*OnReceiveDataRequest) ProtoMessage() + func (x *OnReceiveDataRequest) GetArg0() int64 + func (x *OnReceiveDataRequest) ProtoReflect() protoreflect.Message + func (x *OnReceiveDataRequest) Reset() + func (x *OnReceiveDataRequest) String() string + type OnReceiveDataResponse struct + func (*OnReceiveDataResponse) Descriptor() ([]byte, []int) + func (*OnReceiveDataResponse) ProtoMessage() + func (x *OnReceiveDataResponse) ProtoReflect() protoreflect.Message + func (x *OnReceiveDataResponse) Reset() + func (x *OnReceiveDataResponse) String() string + type OnReconnectRequest struct + func (*OnReconnectRequest) Descriptor() ([]byte, []int) + func (*OnReconnectRequest) ProtoMessage() + func (x *OnReconnectRequest) ProtoReflect() protoreflect.Message + func (x *OnReconnectRequest) Reset() + func (x *OnReconnectRequest) String() string + type OnReconnectResponse struct + func (*OnReconnectResponse) Descriptor() ([]byte, []int) + func (*OnReconnectResponse) ProtoMessage() + func (x *OnReconnectResponse) ProtoReflect() protoreflect.Message + func (x *OnReconnectResponse) Reset() + func (x *OnReconnectResponse) String() string + type OnSendFailedRequest struct + func (*OnSendFailedRequest) Descriptor() ([]byte, []int) + func (*OnSendFailedRequest) ProtoMessage() + func (x *OnSendFailedRequest) ProtoReflect() protoreflect.Message + func (x *OnSendFailedRequest) Reset() + func (x *OnSendFailedRequest) String() string + type OnSendFailedResponse struct + func (*OnSendFailedResponse) Descriptor() ([]byte, []int) + func (*OnSendFailedResponse) ProtoMessage() + func (x *OnSendFailedResponse) ProtoReflect() protoreflect.Message + func (x *OnSendFailedResponse) Reset() + func (x *OnSendFailedResponse) String() string + type RegisterReceiveCallbackRequest struct + Arg0 int64 + Arg1 int64 + func (*RegisterReceiveCallbackRequest) Descriptor() ([]byte, []int) + func (*RegisterReceiveCallbackRequest) ProtoMessage() + func (x *RegisterReceiveCallbackRequest) GetArg0() int64 + func (x *RegisterReceiveCallbackRequest) GetArg1() int64 + func (x *RegisterReceiveCallbackRequest) ProtoReflect() protoreflect.Message + func (x *RegisterReceiveCallbackRequest) Reset() + func (x *RegisterReceiveCallbackRequest) String() string + type RegisterReceiveCallbackResponse struct + func (*RegisterReceiveCallbackResponse) Descriptor() ([]byte, []int) + func (*RegisterReceiveCallbackResponse) ProtoMessage() + func (x *RegisterReceiveCallbackResponse) ProtoReflect() protoreflect.Message + func (x *RegisterReceiveCallbackResponse) Reset() + func (x *RegisterReceiveCallbackResponse) String() string + type ResponderRangingConfigBuilderServiceClient interface + Build func(ctx context.Context, in *BuildRequest, opts ...grpc.CallOption) (*BuildResponse, error) + func NewResponderRangingConfigBuilderServiceClient(cc grpc.ClientConnInterface) ResponderRangingConfigBuilderServiceClient + type ResponderRangingConfigBuilderServiceServer interface + Build func(context.Context, *BuildRequest) (*BuildResponse, error) + type ResponderRangingConfigServiceClient interface + DescribeContents func(ctx context.Context, in *DescribeContentsRequest, opts ...grpc.CallOption) (*DescribeContentsResponse, error) + GetDeviceHandle func(ctx context.Context, in *GetDeviceHandleRequest, opts ...grpc.CallOption) (*GetDeviceHandleResponse, error) + ToString func(ctx context.Context, in *ToStringRequest, opts ...grpc.CallOption) (*ToStringResponse, error) + WriteToParcel func(ctx context.Context, in *WriteToParcelRequest, opts ...grpc.CallOption) (*WriteToParcelResponse, error) + func NewResponderRangingConfigServiceClient(cc grpc.ClientConnInterface) ResponderRangingConfigServiceClient + type ResponderRangingConfigServiceServer interface + DescribeContents func(context.Context, *DescribeContentsRequest) (*DescribeContentsResponse, error) + GetDeviceHandle func(context.Context, *GetDeviceHandleRequest) (*GetDeviceHandleResponse, error) + ToString func(context.Context, *ToStringRequest) (*ToStringResponse, error) + WriteToParcel func(context.Context, *WriteToParcelRequest) (*WriteToParcelResponse, error) + type SendDataRequest struct + Arg0 int64 + func (*SendDataRequest) Descriptor() ([]byte, []int) + func (*SendDataRequest) ProtoMessage() + func (x *SendDataRequest) GetArg0() int64 + func (x *SendDataRequest) ProtoReflect() protoreflect.Message + func (x *SendDataRequest) Reset() + func (x *SendDataRequest) String() string + type SendDataResponse struct + func (*SendDataResponse) Descriptor() ([]byte, []int) + func (*SendDataResponse) ProtoMessage() + func (x *SendDataResponse) ProtoReflect() protoreflect.Message + func (x *SendDataResponse) Reset() + func (x *SendDataResponse) String() string + type SetFastestRangingIntervalRequest struct + Arg0 int64 + func (*SetFastestRangingIntervalRequest) Descriptor() ([]byte, []int) + func (*SetFastestRangingIntervalRequest) ProtoMessage() + func (x *SetFastestRangingIntervalRequest) GetArg0() int64 + func (x *SetFastestRangingIntervalRequest) ProtoReflect() protoreflect.Message + func (x *SetFastestRangingIntervalRequest) Reset() + func (x *SetFastestRangingIntervalRequest) String() string + type SetFastestRangingIntervalResponse struct + Result int64 + func (*SetFastestRangingIntervalResponse) Descriptor() ([]byte, []int) + func (*SetFastestRangingIntervalResponse) ProtoMessage() + func (x *SetFastestRangingIntervalResponse) GetResult() int64 + func (x *SetFastestRangingIntervalResponse) ProtoReflect() protoreflect.Message + func (x *SetFastestRangingIntervalResponse) Reset() + func (x *SetFastestRangingIntervalResponse) String() string + type SetRangingModeRequest struct + Arg0 int32 + func (*SetRangingModeRequest) Descriptor() ([]byte, []int) + func (*SetRangingModeRequest) ProtoMessage() + func (x *SetRangingModeRequest) GetArg0() int32 + func (x *SetRangingModeRequest) ProtoReflect() protoreflect.Message + func (x *SetRangingModeRequest) Reset() + func (x *SetRangingModeRequest) String() string + type SetRangingModeResponse struct + Result int64 + func (*SetRangingModeResponse) Descriptor() ([]byte, []int) + func (*SetRangingModeResponse) ProtoMessage() + func (x *SetRangingModeResponse) GetResult() int64 + func (x *SetRangingModeResponse) ProtoReflect() protoreflect.Message + func (x *SetRangingModeResponse) Reset() + func (x *SetRangingModeResponse) String() string + type SetSecurityLevelRequest struct + Arg0 int32 + func (*SetSecurityLevelRequest) Descriptor() ([]byte, []int) + func (*SetSecurityLevelRequest) ProtoMessage() + func (x *SetSecurityLevelRequest) GetArg0() int32 + func (x *SetSecurityLevelRequest) ProtoReflect() protoreflect.Message + func (x *SetSecurityLevelRequest) Reset() + func (x *SetSecurityLevelRequest) String() string + type SetSecurityLevelResponse struct + Result int64 + func (*SetSecurityLevelResponse) Descriptor() ([]byte, []int) + func (*SetSecurityLevelResponse) ProtoMessage() + func (x *SetSecurityLevelResponse) GetResult() int64 + func (x *SetSecurityLevelResponse) ProtoReflect() protoreflect.Message + func (x *SetSecurityLevelResponse) Reset() + func (x *SetSecurityLevelResponse) String() string + type SetSlowestRangingIntervalRequest struct + Arg0 int64 + func (*SetSlowestRangingIntervalRequest) Descriptor() ([]byte, []int) + func (*SetSlowestRangingIntervalRequest) ProtoMessage() + func (x *SetSlowestRangingIntervalRequest) GetArg0() int64 + func (x *SetSlowestRangingIntervalRequest) ProtoReflect() protoreflect.Message + func (x *SetSlowestRangingIntervalRequest) Reset() + func (x *SetSlowestRangingIntervalRequest) String() string + type SetSlowestRangingIntervalResponse struct + Result int64 + func (*SetSlowestRangingIntervalResponse) Descriptor() ([]byte, []int) + func (*SetSlowestRangingIntervalResponse) ProtoMessage() + func (x *SetSlowestRangingIntervalResponse) GetResult() int64 + func (x *SetSlowestRangingIntervalResponse) ProtoReflect() protoreflect.Message + func (x *SetSlowestRangingIntervalResponse) Reset() + func (x *SetSlowestRangingIntervalResponse) String() string + type ToStringRequest struct + func (*ToStringRequest) Descriptor() ([]byte, []int) + func (*ToStringRequest) ProtoMessage() + func (x *ToStringRequest) ProtoReflect() protoreflect.Message + func (x *ToStringRequest) Reset() + func (x *ToStringRequest) String() string + type ToStringResponse struct + Result string + func (*ToStringResponse) Descriptor() ([]byte, []int) + func (*ToStringResponse) ProtoMessage() + func (x *ToStringResponse) GetResult() string + func (x *ToStringResponse) ProtoReflect() protoreflect.Message + func (x *ToStringResponse) Reset() + func (x *ToStringResponse) String() string + type TransportHandleReceiveCallbackServiceClient interface + OnClose func(ctx context.Context, in *OnCloseRequest, opts ...grpc.CallOption) (*OnCloseResponse, error) + OnDisconnect func(ctx context.Context, in *OnDisconnectRequest, opts ...grpc.CallOption) (*OnDisconnectResponse, error) + OnReceiveData func(ctx context.Context, in *OnReceiveDataRequest, opts ...grpc.CallOption) (*OnReceiveDataResponse, error) + OnReconnect func(ctx context.Context, in *OnReconnectRequest, opts ...grpc.CallOption) (*OnReconnectResponse, error) + OnSendFailed func(ctx context.Context, in *OnSendFailedRequest, opts ...grpc.CallOption) (*OnSendFailedResponse, error) + func NewTransportHandleReceiveCallbackServiceClient(cc grpc.ClientConnInterface) TransportHandleReceiveCallbackServiceClient + type TransportHandleReceiveCallbackServiceServer interface + OnClose func(context.Context, *OnCloseRequest) (*OnCloseResponse, error) + OnDisconnect func(context.Context, *OnDisconnectRequest) (*OnDisconnectResponse, error) + OnReceiveData func(context.Context, *OnReceiveDataRequest) (*OnReceiveDataResponse, error) + OnReconnect func(context.Context, *OnReconnectRequest) (*OnReconnectResponse, error) + OnSendFailed func(context.Context, *OnSendFailedRequest) (*OnSendFailedResponse, error) + type TransportHandleServiceClient interface + RegisterReceiveCallback func(ctx context.Context, in *RegisterReceiveCallbackRequest, ...) (*RegisterReceiveCallbackResponse, error) + SendData func(ctx context.Context, in *SendDataRequest, opts ...grpc.CallOption) (*SendDataResponse, error) + func NewTransportHandleServiceClient(cc grpc.ClientConnInterface) TransportHandleServiceClient + type TransportHandleServiceServer interface + RegisterReceiveCallback func(context.Context, *RegisterReceiveCallbackRequest) (*RegisterReceiveCallbackResponse, error) + SendData func(context.Context, *SendDataRequest) (*SendDataResponse, error) + type UnimplementedDeviceHandleBuilderServiceServer struct + func (UnimplementedDeviceHandleBuilderServiceServer) Build(context.Context, *BuildRequest) (*BuildResponse, error) + type UnimplementedDeviceHandleServiceServer struct + func (UnimplementedDeviceHandleServiceServer) DescribeContents(context.Context, *DescribeContentsRequest) (*DescribeContentsResponse, error) + func (UnimplementedDeviceHandleServiceServer) GetRangingDevice(context.Context, *GetRangingDeviceRequest) (*GetRangingDeviceResponse, error) + func (UnimplementedDeviceHandleServiceServer) GetTransportHandle(context.Context, *GetTransportHandleRequest) (*GetTransportHandleResponse, error) + func (UnimplementedDeviceHandleServiceServer) ToString(context.Context, *ToStringRequest) (*ToStringResponse, error) + func (UnimplementedDeviceHandleServiceServer) WriteToParcel(context.Context, *WriteToParcelRequest) (*WriteToParcelResponse, error) + type UnimplementedInitiatorRangingConfigBuilderServiceServer struct + func (UnimplementedInitiatorRangingConfigBuilderServiceServer) AddDeviceHandle(context.Context, *AddDeviceHandleRequest) (*AddDeviceHandleResponse, error) + func (UnimplementedInitiatorRangingConfigBuilderServiceServer) Build(context.Context, *BuildRequest) (*BuildResponse, error) + func (UnimplementedInitiatorRangingConfigBuilderServiceServer) SetFastestRangingInterval(context.Context, *SetFastestRangingIntervalRequest) (*SetFastestRangingIntervalResponse, error) + func (UnimplementedInitiatorRangingConfigBuilderServiceServer) SetRangingMode(context.Context, *SetRangingModeRequest) (*SetRangingModeResponse, error) + func (UnimplementedInitiatorRangingConfigBuilderServiceServer) SetSecurityLevel(context.Context, *SetSecurityLevelRequest) (*SetSecurityLevelResponse, error) + func (UnimplementedInitiatorRangingConfigBuilderServiceServer) SetSlowestRangingInterval(context.Context, *SetSlowestRangingIntervalRequest) (*SetSlowestRangingIntervalResponse, error) + type UnimplementedInitiatorRangingConfigServiceServer struct + func (UnimplementedInitiatorRangingConfigServiceServer) DescribeContents(context.Context, *DescribeContentsRequest) (*DescribeContentsResponse, error) + func (UnimplementedInitiatorRangingConfigServiceServer) GetDeviceHandles(context.Context, *GetDeviceHandlesRequest) (*GetDeviceHandlesResponse, error) + func (UnimplementedInitiatorRangingConfigServiceServer) GetFastestRangingInterval(context.Context, *GetFastestRangingIntervalRequest) (*GetFastestRangingIntervalResponse, error) + func (UnimplementedInitiatorRangingConfigServiceServer) GetRangingIntervalRange(context.Context, *GetRangingIntervalRangeRequest) (*GetRangingIntervalRangeResponse, error) + func (UnimplementedInitiatorRangingConfigServiceServer) GetRangingMode(context.Context, *GetRangingModeRequest) (*GetRangingModeResponse, error) + func (UnimplementedInitiatorRangingConfigServiceServer) GetSecurityLevel(context.Context, *GetSecurityLevelRequest) (*GetSecurityLevelResponse, error) + func (UnimplementedInitiatorRangingConfigServiceServer) GetSlowestRangingInterval(context.Context, *GetSlowestRangingIntervalRequest) (*GetSlowestRangingIntervalResponse, error) + func (UnimplementedInitiatorRangingConfigServiceServer) ToString(context.Context, *ToStringRequest) (*ToStringResponse, error) + func (UnimplementedInitiatorRangingConfigServiceServer) WriteToParcel(context.Context, *WriteToParcelRequest) (*WriteToParcelResponse, error) + type UnimplementedResponderRangingConfigBuilderServiceServer struct + func (UnimplementedResponderRangingConfigBuilderServiceServer) Build(context.Context, *BuildRequest) (*BuildResponse, error) + type UnimplementedResponderRangingConfigServiceServer struct + func (UnimplementedResponderRangingConfigServiceServer) DescribeContents(context.Context, *DescribeContentsRequest) (*DescribeContentsResponse, error) + func (UnimplementedResponderRangingConfigServiceServer) GetDeviceHandle(context.Context, *GetDeviceHandleRequest) (*GetDeviceHandleResponse, error) + func (UnimplementedResponderRangingConfigServiceServer) ToString(context.Context, *ToStringRequest) (*ToStringResponse, error) + func (UnimplementedResponderRangingConfigServiceServer) WriteToParcel(context.Context, *WriteToParcelRequest) (*WriteToParcelResponse, error) + type UnimplementedTransportHandleReceiveCallbackServiceServer struct + func (UnimplementedTransportHandleReceiveCallbackServiceServer) OnClose(context.Context, *OnCloseRequest) (*OnCloseResponse, error) + func (UnimplementedTransportHandleReceiveCallbackServiceServer) OnDisconnect(context.Context, *OnDisconnectRequest) (*OnDisconnectResponse, error) + func (UnimplementedTransportHandleReceiveCallbackServiceServer) OnReceiveData(context.Context, *OnReceiveDataRequest) (*OnReceiveDataResponse, error) + func (UnimplementedTransportHandleReceiveCallbackServiceServer) OnReconnect(context.Context, *OnReconnectRequest) (*OnReconnectResponse, error) + func (UnimplementedTransportHandleReceiveCallbackServiceServer) OnSendFailed(context.Context, *OnSendFailedRequest) (*OnSendFailedResponse, error) + type UnimplementedTransportHandleServiceServer struct + func (UnimplementedTransportHandleServiceServer) RegisterReceiveCallback(context.Context, *RegisterReceiveCallbackRequest) (*RegisterReceiveCallbackResponse, error) + func (UnimplementedTransportHandleServiceServer) SendData(context.Context, *SendDataRequest) (*SendDataResponse, error) + type UnsafeDeviceHandleBuilderServiceServer interface + type UnsafeDeviceHandleServiceServer interface + type UnsafeInitiatorRangingConfigBuilderServiceServer interface + type UnsafeInitiatorRangingConfigServiceServer interface + type UnsafeResponderRangingConfigBuilderServiceServer interface + type UnsafeResponderRangingConfigServiceServer interface + type UnsafeTransportHandleReceiveCallbackServiceServer interface + type UnsafeTransportHandleServiceServer interface + type WriteToParcelRequest struct + Arg0 int64 + Arg1 int32 + func (*WriteToParcelRequest) Descriptor() ([]byte, []int) + func (*WriteToParcelRequest) ProtoMessage() + func (x *WriteToParcelRequest) GetArg0() int64 + func (x *WriteToParcelRequest) GetArg1() int32 + func (x *WriteToParcelRequest) ProtoReflect() protoreflect.Message + func (x *WriteToParcelRequest) Reset() + func (x *WriteToParcelRequest) String() string + type WriteToParcelResponse struct + func (*WriteToParcelResponse) Descriptor() ([]byte, []int) + func (*WriteToParcelResponse) ProtoMessage() + func (x *WriteToParcelResponse) ProtoReflect() protoreflect.Message + func (x *WriteToParcelResponse) Reset() + func (x *WriteToParcelResponse) String() string