bluetooth_le

package
v0.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 22, 2026 License: CC0-1.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	BluetoothLeScannerService_FlushPendingScanResults_FullMethodName = "/bluetooth_le.BluetoothLeScannerService/FlushPendingScanResults"
	BluetoothLeScannerService_StartScan1_FullMethodName              = "/bluetooth_le.BluetoothLeScannerService/StartScan1"
	BluetoothLeScannerService_StartScan3_1_FullMethodName            = "/bluetooth_le.BluetoothLeScannerService/StartScan3_1"
	BluetoothLeScannerService_StartScan3_2_FullMethodName            = "/bluetooth_le.BluetoothLeScannerService/StartScan3_2"
	BluetoothLeScannerService_StopScan1_FullMethodName               = "/bluetooth_le.BluetoothLeScannerService/StopScan1"
	BluetoothLeScannerService_StopScan1_1_FullMethodName             = "/bluetooth_le.BluetoothLeScannerService/StopScan1_1"
)
View Source
const (
	ScanResultService_DescribeContents_FullMethodName               = "/bluetooth_le.ScanResultService/DescribeContents"
	ScanResultService_Equals_FullMethodName                         = "/bluetooth_le.ScanResultService/Equals"
	ScanResultService_GetAdvertisingSid_FullMethodName              = "/bluetooth_le.ScanResultService/GetAdvertisingSid"
	ScanResultService_GetDataStatus_FullMethodName                  = "/bluetooth_le.ScanResultService/GetDataStatus"
	ScanResultService_GetDevice_FullMethodName                      = "/bluetooth_le.ScanResultService/GetDevice"
	ScanResultService_GetPeriodicAdvertisingInterval_FullMethodName = "/bluetooth_le.ScanResultService/GetPeriodicAdvertisingInterval"
	ScanResultService_GetPrimaryPhy_FullMethodName                  = "/bluetooth_le.ScanResultService/GetPrimaryPhy"
	ScanResultService_GetRssi_FullMethodName                        = "/bluetooth_le.ScanResultService/GetRssi"
	ScanResultService_GetScanRecord_FullMethodName                  = "/bluetooth_le.ScanResultService/GetScanRecord"
	ScanResultService_GetSecondaryPhy_FullMethodName                = "/bluetooth_le.ScanResultService/GetSecondaryPhy"
	ScanResultService_GetTimestampNanos_FullMethodName              = "/bluetooth_le.ScanResultService/GetTimestampNanos"
	ScanResultService_GetTxPower_FullMethodName                     = "/bluetooth_le.ScanResultService/GetTxPower"
	ScanResultService_HashCode_FullMethodName                       = "/bluetooth_le.ScanResultService/HashCode"
	ScanResultService_IsConnectable_FullMethodName                  = "/bluetooth_le.ScanResultService/IsConnectable"
	ScanResultService_IsLegacy_FullMethodName                       = "/bluetooth_le.ScanResultService/IsLegacy"
	ScanResultService_ToString_FullMethodName                       = "/bluetooth_le.ScanResultService/ToString"
	ScanResultService_WriteToParcel_FullMethodName                  = "/bluetooth_le.ScanResultService/WriteToParcel"
)
View Source
const (
	BluetoothLeAdvertiserService_StartAdvertising3_FullMethodName      = "/bluetooth_le.BluetoothLeAdvertiserService/StartAdvertising3"
	BluetoothLeAdvertiserService_StartAdvertising4_1_FullMethodName    = "/bluetooth_le.BluetoothLeAdvertiserService/StartAdvertising4_1"
	BluetoothLeAdvertiserService_StartAdvertisingSet6_FullMethodName   = "/bluetooth_le.BluetoothLeAdvertiserService/StartAdvertisingSet6"
	BluetoothLeAdvertiserService_StartAdvertisingSet8_1_FullMethodName = "/bluetooth_le.BluetoothLeAdvertiserService/StartAdvertisingSet8_1"
	BluetoothLeAdvertiserService_StopAdvertising_FullMethodName        = "/bluetooth_le.BluetoothLeAdvertiserService/StopAdvertising"
	BluetoothLeAdvertiserService_StopAdvertisingSet_FullMethodName     = "/bluetooth_le.BluetoothLeAdvertiserService/StopAdvertisingSet"
)

Variables

View Source
var BluetoothLeAdvertiserService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "bluetooth_le.BluetoothLeAdvertiserService",
	HandlerType: (*BluetoothLeAdvertiserServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "StartAdvertising3",
			Handler:    _BluetoothLeAdvertiserService_StartAdvertising3_Handler,
		},
		{
			MethodName: "StartAdvertising4_1",
			Handler:    _BluetoothLeAdvertiserService_StartAdvertising4_1_Handler,
		},
		{
			MethodName: "StartAdvertisingSet6",
			Handler:    _BluetoothLeAdvertiserService_StartAdvertisingSet6_Handler,
		},
		{
			MethodName: "StartAdvertisingSet8_1",
			Handler:    _BluetoothLeAdvertiserService_StartAdvertisingSet8_1_Handler,
		},
		{
			MethodName: "StopAdvertising",
			Handler:    _BluetoothLeAdvertiserService_StopAdvertising_Handler,
		},
		{
			MethodName: "StopAdvertisingSet",
			Handler:    _BluetoothLeAdvertiserService_StopAdvertisingSet_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/bluetooth_le/bluetooth_le.proto",
}

BluetoothLeAdvertiserService_ServiceDesc is the grpc.ServiceDesc for BluetoothLeAdvertiserService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var BluetoothLeScannerService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "bluetooth_le.BluetoothLeScannerService",
	HandlerType: (*BluetoothLeScannerServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "FlushPendingScanResults",
			Handler:    _BluetoothLeScannerService_FlushPendingScanResults_Handler,
		},
		{
			MethodName: "StartScan1",
			Handler:    _BluetoothLeScannerService_StartScan1_Handler,
		},
		{
			MethodName: "StartScan3_1",
			Handler:    _BluetoothLeScannerService_StartScan3_1_Handler,
		},
		{
			MethodName: "StartScan3_2",
			Handler:    _BluetoothLeScannerService_StartScan3_2_Handler,
		},
		{
			MethodName: "StopScan1",
			Handler:    _BluetoothLeScannerService_StopScan1_Handler,
		},
		{
			MethodName: "StopScan1_1",
			Handler:    _BluetoothLeScannerService_StopScan1_1_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/bluetooth_le/bluetooth_le.proto",
}

BluetoothLeScannerService_ServiceDesc is the grpc.ServiceDesc for BluetoothLeScannerService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var File_proto_bluetooth_le_bluetooth_le_proto protoreflect.FileDescriptor
View Source
var ScanResultService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "bluetooth_le.ScanResultService",
	HandlerType: (*ScanResultServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "DescribeContents",
			Handler:    _ScanResultService_DescribeContents_Handler,
		},
		{
			MethodName: "Equals",
			Handler:    _ScanResultService_Equals_Handler,
		},
		{
			MethodName: "GetAdvertisingSid",
			Handler:    _ScanResultService_GetAdvertisingSid_Handler,
		},
		{
			MethodName: "GetDataStatus",
			Handler:    _ScanResultService_GetDataStatus_Handler,
		},
		{
			MethodName: "GetDevice",
			Handler:    _ScanResultService_GetDevice_Handler,
		},
		{
			MethodName: "GetPeriodicAdvertisingInterval",
			Handler:    _ScanResultService_GetPeriodicAdvertisingInterval_Handler,
		},
		{
			MethodName: "GetPrimaryPhy",
			Handler:    _ScanResultService_GetPrimaryPhy_Handler,
		},
		{
			MethodName: "GetRssi",
			Handler:    _ScanResultService_GetRssi_Handler,
		},
		{
			MethodName: "GetScanRecord",
			Handler:    _ScanResultService_GetScanRecord_Handler,
		},
		{
			MethodName: "GetSecondaryPhy",
			Handler:    _ScanResultService_GetSecondaryPhy_Handler,
		},
		{
			MethodName: "GetTimestampNanos",
			Handler:    _ScanResultService_GetTimestampNanos_Handler,
		},
		{
			MethodName: "GetTxPower",
			Handler:    _ScanResultService_GetTxPower_Handler,
		},
		{
			MethodName: "HashCode",
			Handler:    _ScanResultService_HashCode_Handler,
		},
		{
			MethodName: "IsConnectable",
			Handler:    _ScanResultService_IsConnectable_Handler,
		},
		{
			MethodName: "IsLegacy",
			Handler:    _ScanResultService_IsLegacy_Handler,
		},
		{
			MethodName: "ToString",
			Handler:    _ScanResultService_ToString_Handler,
		},
		{
			MethodName: "WriteToParcel",
			Handler:    _ScanResultService_WriteToParcel_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/bluetooth_le/bluetooth_le.proto",
}

ScanResultService_ServiceDesc is the grpc.ServiceDesc for ScanResultService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterBluetoothLeAdvertiserServiceServer

func RegisterBluetoothLeAdvertiserServiceServer(s grpc.ServiceRegistrar, srv BluetoothLeAdvertiserServiceServer)

func RegisterBluetoothLeScannerServiceServer

func RegisterBluetoothLeScannerServiceServer(s grpc.ServiceRegistrar, srv BluetoothLeScannerServiceServer)

func RegisterScanResultServiceServer

func RegisterScanResultServiceServer(s grpc.ServiceRegistrar, srv ScanResultServiceServer)

Types

type BluetoothLeAdvertiserServiceClient

type BluetoothLeAdvertiserServiceClient interface {
	StartAdvertising3(ctx context.Context, in *StartAdvertising3Request, opts ...grpc.CallOption) (*StartAdvertising3Response, error)
	StartAdvertising4_1(ctx context.Context, in *StartAdvertising4_1Request, opts ...grpc.CallOption) (*StartAdvertising4_1Response, error)
	StartAdvertisingSet6(ctx context.Context, in *StartAdvertisingSet6Request, opts ...grpc.CallOption) (*StartAdvertisingSet6Response, error)
	StartAdvertisingSet8_1(ctx context.Context, in *StartAdvertisingSet8_1Request, opts ...grpc.CallOption) (*StartAdvertisingSet8_1Response, error)
	StopAdvertising(ctx context.Context, in *StopAdvertisingRequest, opts ...grpc.CallOption) (*StopAdvertisingResponse, error)
	StopAdvertisingSet(ctx context.Context, in *StopAdvertisingSetRequest, opts ...grpc.CallOption) (*StopAdvertisingSetResponse, error)
}

BluetoothLeAdvertiserServiceClient is the client API for BluetoothLeAdvertiserService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type BluetoothLeAdvertiserServiceServer

type BluetoothLeAdvertiserServiceServer interface {
	StartAdvertising3(context.Context, *StartAdvertising3Request) (*StartAdvertising3Response, error)
	StartAdvertising4_1(context.Context, *StartAdvertising4_1Request) (*StartAdvertising4_1Response, error)
	StartAdvertisingSet6(context.Context, *StartAdvertisingSet6Request) (*StartAdvertisingSet6Response, error)
	StartAdvertisingSet8_1(context.Context, *StartAdvertisingSet8_1Request) (*StartAdvertisingSet8_1Response, error)
	StopAdvertising(context.Context, *StopAdvertisingRequest) (*StopAdvertisingResponse, error)
	StopAdvertisingSet(context.Context, *StopAdvertisingSetRequest) (*StopAdvertisingSetResponse, error)
	// contains filtered or unexported methods
}

BluetoothLeAdvertiserServiceServer is the server API for BluetoothLeAdvertiserService service. All implementations must embed UnimplementedBluetoothLeAdvertiserServiceServer for forward compatibility.

type BluetoothLeScannerServiceClient

type BluetoothLeScannerServiceClient interface {
	FlushPendingScanResults(ctx context.Context, in *FlushPendingScanResultsRequest, opts ...grpc.CallOption) (*FlushPendingScanResultsResponse, error)
	StartScan1(ctx context.Context, in *StartScan1Request, opts ...grpc.CallOption) (*StartScan1Response, error)
	StartScan3_1(ctx context.Context, in *StartScan3_1Request, opts ...grpc.CallOption) (*StartScan3_1Response, error)
	StartScan3_2(ctx context.Context, in *StartScan3_2Request, opts ...grpc.CallOption) (*StartScan3_2Response, error)
	StopScan1(ctx context.Context, in *StopScan1Request, opts ...grpc.CallOption) (*StopScan1Response, error)
	StopScan1_1(ctx context.Context, in *StopScan1_1Request, opts ...grpc.CallOption) (*StopScan1_1Response, error)
}

BluetoothLeScannerServiceClient is the client API for BluetoothLeScannerService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type BluetoothLeScannerServiceServer

type BluetoothLeScannerServiceServer interface {
	FlushPendingScanResults(context.Context, *FlushPendingScanResultsRequest) (*FlushPendingScanResultsResponse, error)
	StartScan1(context.Context, *StartScan1Request) (*StartScan1Response, error)
	StartScan3_1(context.Context, *StartScan3_1Request) (*StartScan3_1Response, error)
	StartScan3_2(context.Context, *StartScan3_2Request) (*StartScan3_2Response, error)
	StopScan1(context.Context, *StopScan1Request) (*StopScan1Response, error)
	StopScan1_1(context.Context, *StopScan1_1Request) (*StopScan1_1Response, error)
	// contains filtered or unexported methods
}

BluetoothLeScannerServiceServer is the server API for BluetoothLeScannerService service. All implementations must embed UnimplementedBluetoothLeScannerServiceServer for forward compatibility.

type DescribeContentsRequest

type DescribeContentsRequest struct {
	// contains filtered or unexported fields
}

func (*DescribeContentsRequest) Descriptor deprecated

func (*DescribeContentsRequest) Descriptor() ([]byte, []int)

Deprecated: Use DescribeContentsRequest.ProtoReflect.Descriptor instead.

func (*DescribeContentsRequest) ProtoMessage

func (*DescribeContentsRequest) ProtoMessage()

func (*DescribeContentsRequest) ProtoReflect

func (x *DescribeContentsRequest) ProtoReflect() protoreflect.Message

func (*DescribeContentsRequest) Reset

func (x *DescribeContentsRequest) Reset()

func (*DescribeContentsRequest) String

func (x *DescribeContentsRequest) String() string

type DescribeContentsResponse

type DescribeContentsResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*DescribeContentsResponse) Descriptor deprecated

func (*DescribeContentsResponse) Descriptor() ([]byte, []int)

Deprecated: Use DescribeContentsResponse.ProtoReflect.Descriptor instead.

func (*DescribeContentsResponse) GetResult

func (x *DescribeContentsResponse) GetResult() int32

func (*DescribeContentsResponse) ProtoMessage

func (*DescribeContentsResponse) ProtoMessage()

func (*DescribeContentsResponse) ProtoReflect

func (x *DescribeContentsResponse) ProtoReflect() protoreflect.Message

func (*DescribeContentsResponse) Reset

func (x *DescribeContentsResponse) Reset()

func (*DescribeContentsResponse) String

func (x *DescribeContentsResponse) String() string

type EqualsRequest

type EqualsRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*EqualsRequest) Descriptor deprecated

func (*EqualsRequest) Descriptor() ([]byte, []int)

Deprecated: Use EqualsRequest.ProtoReflect.Descriptor instead.

func (*EqualsRequest) GetArg0

func (x *EqualsRequest) GetArg0() int64

func (*EqualsRequest) ProtoMessage

func (*EqualsRequest) ProtoMessage()

func (*EqualsRequest) ProtoReflect

func (x *EqualsRequest) ProtoReflect() protoreflect.Message

func (*EqualsRequest) Reset

func (x *EqualsRequest) Reset()

func (*EqualsRequest) String

func (x *EqualsRequest) String() string

type EqualsResponse

type EqualsResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*EqualsResponse) Descriptor deprecated

func (*EqualsResponse) Descriptor() ([]byte, []int)

Deprecated: Use EqualsResponse.ProtoReflect.Descriptor instead.

func (*EqualsResponse) GetResult

func (x *EqualsResponse) GetResult() bool

func (*EqualsResponse) ProtoMessage

func (*EqualsResponse) ProtoMessage()

func (*EqualsResponse) ProtoReflect

func (x *EqualsResponse) ProtoReflect() protoreflect.Message

func (*EqualsResponse) Reset

func (x *EqualsResponse) Reset()

func (*EqualsResponse) String

func (x *EqualsResponse) String() string

type FlushPendingScanResultsRequest

type FlushPendingScanResultsRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*FlushPendingScanResultsRequest) Descriptor deprecated

func (*FlushPendingScanResultsRequest) Descriptor() ([]byte, []int)

Deprecated: Use FlushPendingScanResultsRequest.ProtoReflect.Descriptor instead.

func (*FlushPendingScanResultsRequest) GetArg0

func (*FlushPendingScanResultsRequest) ProtoMessage

func (*FlushPendingScanResultsRequest) ProtoMessage()

func (*FlushPendingScanResultsRequest) ProtoReflect

func (*FlushPendingScanResultsRequest) Reset

func (x *FlushPendingScanResultsRequest) Reset()

func (*FlushPendingScanResultsRequest) String

type FlushPendingScanResultsResponse

type FlushPendingScanResultsResponse struct {
	// contains filtered or unexported fields
}

func (*FlushPendingScanResultsResponse) Descriptor deprecated

func (*FlushPendingScanResultsResponse) Descriptor() ([]byte, []int)

Deprecated: Use FlushPendingScanResultsResponse.ProtoReflect.Descriptor instead.

func (*FlushPendingScanResultsResponse) ProtoMessage

func (*FlushPendingScanResultsResponse) ProtoMessage()

func (*FlushPendingScanResultsResponse) ProtoReflect

func (*FlushPendingScanResultsResponse) Reset

func (*FlushPendingScanResultsResponse) String

type GetAdvertisingSidRequest

type GetAdvertisingSidRequest struct {
	// contains filtered or unexported fields
}

func (*GetAdvertisingSidRequest) Descriptor deprecated

func (*GetAdvertisingSidRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAdvertisingSidRequest.ProtoReflect.Descriptor instead.

func (*GetAdvertisingSidRequest) ProtoMessage

func (*GetAdvertisingSidRequest) ProtoMessage()

func (*GetAdvertisingSidRequest) ProtoReflect

func (x *GetAdvertisingSidRequest) ProtoReflect() protoreflect.Message

func (*GetAdvertisingSidRequest) Reset

func (x *GetAdvertisingSidRequest) Reset()

func (*GetAdvertisingSidRequest) String

func (x *GetAdvertisingSidRequest) String() string

type GetAdvertisingSidResponse

type GetAdvertisingSidResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAdvertisingSidResponse) Descriptor deprecated

func (*GetAdvertisingSidResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAdvertisingSidResponse.ProtoReflect.Descriptor instead.

func (*GetAdvertisingSidResponse) GetResult

func (x *GetAdvertisingSidResponse) GetResult() int32

func (*GetAdvertisingSidResponse) ProtoMessage

func (*GetAdvertisingSidResponse) ProtoMessage()

func (*GetAdvertisingSidResponse) ProtoReflect

func (*GetAdvertisingSidResponse) Reset

func (x *GetAdvertisingSidResponse) Reset()

func (*GetAdvertisingSidResponse) String

func (x *GetAdvertisingSidResponse) String() string

type GetDataStatusRequest

type GetDataStatusRequest struct {
	// contains filtered or unexported fields
}

func (*GetDataStatusRequest) Descriptor deprecated

func (*GetDataStatusRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetDataStatusRequest.ProtoReflect.Descriptor instead.

func (*GetDataStatusRequest) ProtoMessage

func (*GetDataStatusRequest) ProtoMessage()

func (*GetDataStatusRequest) ProtoReflect

func (x *GetDataStatusRequest) ProtoReflect() protoreflect.Message

func (*GetDataStatusRequest) Reset

func (x *GetDataStatusRequest) Reset()

func (*GetDataStatusRequest) String

func (x *GetDataStatusRequest) String() string

type GetDataStatusResponse

type GetDataStatusResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDataStatusResponse) Descriptor deprecated

func (*GetDataStatusResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetDataStatusResponse.ProtoReflect.Descriptor instead.

func (*GetDataStatusResponse) GetResult

func (x *GetDataStatusResponse) GetResult() int32

func (*GetDataStatusResponse) ProtoMessage

func (*GetDataStatusResponse) ProtoMessage()

func (*GetDataStatusResponse) ProtoReflect

func (x *GetDataStatusResponse) ProtoReflect() protoreflect.Message

func (*GetDataStatusResponse) Reset

func (x *GetDataStatusResponse) Reset()

func (*GetDataStatusResponse) String

func (x *GetDataStatusResponse) String() string

type GetDeviceRequest

type GetDeviceRequest struct {
	// contains filtered or unexported fields
}

func (*GetDeviceRequest) Descriptor deprecated

func (*GetDeviceRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetDeviceRequest.ProtoReflect.Descriptor instead.

func (*GetDeviceRequest) ProtoMessage

func (*GetDeviceRequest) ProtoMessage()

func (*GetDeviceRequest) ProtoReflect

func (x *GetDeviceRequest) ProtoReflect() protoreflect.Message

func (*GetDeviceRequest) Reset

func (x *GetDeviceRequest) Reset()

func (*GetDeviceRequest) String

func (x *GetDeviceRequest) String() string

type GetDeviceResponse

type GetDeviceResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDeviceResponse) Descriptor deprecated

func (*GetDeviceResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetDeviceResponse.ProtoReflect.Descriptor instead.

func (*GetDeviceResponse) GetResult

func (x *GetDeviceResponse) GetResult() int64

func (*GetDeviceResponse) ProtoMessage

func (*GetDeviceResponse) ProtoMessage()

func (*GetDeviceResponse) ProtoReflect

func (x *GetDeviceResponse) ProtoReflect() protoreflect.Message

func (*GetDeviceResponse) Reset

func (x *GetDeviceResponse) Reset()

func (*GetDeviceResponse) String

func (x *GetDeviceResponse) String() string

type GetPeriodicAdvertisingIntervalRequest

type GetPeriodicAdvertisingIntervalRequest struct {
	// contains filtered or unexported fields
}

func (*GetPeriodicAdvertisingIntervalRequest) Descriptor deprecated

func (*GetPeriodicAdvertisingIntervalRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetPeriodicAdvertisingIntervalRequest.ProtoReflect.Descriptor instead.

func (*GetPeriodicAdvertisingIntervalRequest) ProtoMessage

func (*GetPeriodicAdvertisingIntervalRequest) ProtoMessage()

func (*GetPeriodicAdvertisingIntervalRequest) ProtoReflect

func (*GetPeriodicAdvertisingIntervalRequest) Reset

func (*GetPeriodicAdvertisingIntervalRequest) String

type GetPeriodicAdvertisingIntervalResponse

type GetPeriodicAdvertisingIntervalResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPeriodicAdvertisingIntervalResponse) Descriptor deprecated

func (*GetPeriodicAdvertisingIntervalResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetPeriodicAdvertisingIntervalResponse.ProtoReflect.Descriptor instead.

func (*GetPeriodicAdvertisingIntervalResponse) GetResult

func (*GetPeriodicAdvertisingIntervalResponse) ProtoMessage

func (*GetPeriodicAdvertisingIntervalResponse) ProtoReflect

func (*GetPeriodicAdvertisingIntervalResponse) Reset

func (*GetPeriodicAdvertisingIntervalResponse) String

type GetPrimaryPhyRequest

type GetPrimaryPhyRequest struct {
	// contains filtered or unexported fields
}

func (*GetPrimaryPhyRequest) Descriptor deprecated

func (*GetPrimaryPhyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetPrimaryPhyRequest.ProtoReflect.Descriptor instead.

func (*GetPrimaryPhyRequest) ProtoMessage

func (*GetPrimaryPhyRequest) ProtoMessage()

func (*GetPrimaryPhyRequest) ProtoReflect

func (x *GetPrimaryPhyRequest) ProtoReflect() protoreflect.Message

func (*GetPrimaryPhyRequest) Reset

func (x *GetPrimaryPhyRequest) Reset()

func (*GetPrimaryPhyRequest) String

func (x *GetPrimaryPhyRequest) String() string

type GetPrimaryPhyResponse

type GetPrimaryPhyResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPrimaryPhyResponse) Descriptor deprecated

func (*GetPrimaryPhyResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetPrimaryPhyResponse.ProtoReflect.Descriptor instead.

func (*GetPrimaryPhyResponse) GetResult

func (x *GetPrimaryPhyResponse) GetResult() int32

func (*GetPrimaryPhyResponse) ProtoMessage

func (*GetPrimaryPhyResponse) ProtoMessage()

func (*GetPrimaryPhyResponse) ProtoReflect

func (x *GetPrimaryPhyResponse) ProtoReflect() protoreflect.Message

func (*GetPrimaryPhyResponse) Reset

func (x *GetPrimaryPhyResponse) Reset()

func (*GetPrimaryPhyResponse) String

func (x *GetPrimaryPhyResponse) String() string

type GetRssiRequest

type GetRssiRequest struct {
	// contains filtered or unexported fields
}

func (*GetRssiRequest) Descriptor deprecated

func (*GetRssiRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRssiRequest.ProtoReflect.Descriptor instead.

func (*GetRssiRequest) ProtoMessage

func (*GetRssiRequest) ProtoMessage()

func (*GetRssiRequest) ProtoReflect

func (x *GetRssiRequest) ProtoReflect() protoreflect.Message

func (*GetRssiRequest) Reset

func (x *GetRssiRequest) Reset()

func (*GetRssiRequest) String

func (x *GetRssiRequest) String() string

type GetRssiResponse

type GetRssiResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRssiResponse) Descriptor deprecated

func (*GetRssiResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetRssiResponse.ProtoReflect.Descriptor instead.

func (*GetRssiResponse) GetResult

func (x *GetRssiResponse) GetResult() int32

func (*GetRssiResponse) ProtoMessage

func (*GetRssiResponse) ProtoMessage()

func (*GetRssiResponse) ProtoReflect

func (x *GetRssiResponse) ProtoReflect() protoreflect.Message

func (*GetRssiResponse) Reset

func (x *GetRssiResponse) Reset()

func (*GetRssiResponse) String

func (x *GetRssiResponse) String() string

type GetScanRecordRequest

type GetScanRecordRequest struct {
	// contains filtered or unexported fields
}

func (*GetScanRecordRequest) Descriptor deprecated

func (*GetScanRecordRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetScanRecordRequest.ProtoReflect.Descriptor instead.

func (*GetScanRecordRequest) ProtoMessage

func (*GetScanRecordRequest) ProtoMessage()

func (*GetScanRecordRequest) ProtoReflect

func (x *GetScanRecordRequest) ProtoReflect() protoreflect.Message

func (*GetScanRecordRequest) Reset

func (x *GetScanRecordRequest) Reset()

func (*GetScanRecordRequest) String

func (x *GetScanRecordRequest) String() string

type GetScanRecordResponse

type GetScanRecordResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetScanRecordResponse) Descriptor deprecated

func (*GetScanRecordResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetScanRecordResponse.ProtoReflect.Descriptor instead.

func (*GetScanRecordResponse) GetResult

func (x *GetScanRecordResponse) GetResult() int64

func (*GetScanRecordResponse) ProtoMessage

func (*GetScanRecordResponse) ProtoMessage()

func (*GetScanRecordResponse) ProtoReflect

func (x *GetScanRecordResponse) ProtoReflect() protoreflect.Message

func (*GetScanRecordResponse) Reset

func (x *GetScanRecordResponse) Reset()

func (*GetScanRecordResponse) String

func (x *GetScanRecordResponse) String() string

type GetSecondaryPhyRequest

type GetSecondaryPhyRequest struct {
	// contains filtered or unexported fields
}

func (*GetSecondaryPhyRequest) Descriptor deprecated

func (*GetSecondaryPhyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetSecondaryPhyRequest.ProtoReflect.Descriptor instead.

func (*GetSecondaryPhyRequest) ProtoMessage

func (*GetSecondaryPhyRequest) ProtoMessage()

func (*GetSecondaryPhyRequest) ProtoReflect

func (x *GetSecondaryPhyRequest) ProtoReflect() protoreflect.Message

func (*GetSecondaryPhyRequest) Reset

func (x *GetSecondaryPhyRequest) Reset()

func (*GetSecondaryPhyRequest) String

func (x *GetSecondaryPhyRequest) String() string

type GetSecondaryPhyResponse

type GetSecondaryPhyResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSecondaryPhyResponse) Descriptor deprecated

func (*GetSecondaryPhyResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetSecondaryPhyResponse.ProtoReflect.Descriptor instead.

func (*GetSecondaryPhyResponse) GetResult

func (x *GetSecondaryPhyResponse) GetResult() int32

func (*GetSecondaryPhyResponse) ProtoMessage

func (*GetSecondaryPhyResponse) ProtoMessage()

func (*GetSecondaryPhyResponse) ProtoReflect

func (x *GetSecondaryPhyResponse) ProtoReflect() protoreflect.Message

func (*GetSecondaryPhyResponse) Reset

func (x *GetSecondaryPhyResponse) Reset()

func (*GetSecondaryPhyResponse) String

func (x *GetSecondaryPhyResponse) String() string

type GetTimestampNanosRequest

type GetTimestampNanosRequest struct {
	// contains filtered or unexported fields
}

func (*GetTimestampNanosRequest) Descriptor deprecated

func (*GetTimestampNanosRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetTimestampNanosRequest.ProtoReflect.Descriptor instead.

func (*GetTimestampNanosRequest) ProtoMessage

func (*GetTimestampNanosRequest) ProtoMessage()

func (*GetTimestampNanosRequest) ProtoReflect

func (x *GetTimestampNanosRequest) ProtoReflect() protoreflect.Message

func (*GetTimestampNanosRequest) Reset

func (x *GetTimestampNanosRequest) Reset()

func (*GetTimestampNanosRequest) String

func (x *GetTimestampNanosRequest) String() string

type GetTimestampNanosResponse

type GetTimestampNanosResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTimestampNanosResponse) Descriptor deprecated

func (*GetTimestampNanosResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetTimestampNanosResponse.ProtoReflect.Descriptor instead.

func (*GetTimestampNanosResponse) GetResult

func (x *GetTimestampNanosResponse) GetResult() int64

func (*GetTimestampNanosResponse) ProtoMessage

func (*GetTimestampNanosResponse) ProtoMessage()

func (*GetTimestampNanosResponse) ProtoReflect

func (*GetTimestampNanosResponse) Reset

func (x *GetTimestampNanosResponse) Reset()

func (*GetTimestampNanosResponse) String

func (x *GetTimestampNanosResponse) String() string

type GetTxPowerRequest

type GetTxPowerRequest struct {
	// contains filtered or unexported fields
}

func (*GetTxPowerRequest) Descriptor deprecated

func (*GetTxPowerRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetTxPowerRequest.ProtoReflect.Descriptor instead.

func (*GetTxPowerRequest) ProtoMessage

func (*GetTxPowerRequest) ProtoMessage()

func (*GetTxPowerRequest) ProtoReflect

func (x *GetTxPowerRequest) ProtoReflect() protoreflect.Message

func (*GetTxPowerRequest) Reset

func (x *GetTxPowerRequest) Reset()

func (*GetTxPowerRequest) String

func (x *GetTxPowerRequest) String() string

type GetTxPowerResponse

type GetTxPowerResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTxPowerResponse) Descriptor deprecated

func (*GetTxPowerResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetTxPowerResponse.ProtoReflect.Descriptor instead.

func (*GetTxPowerResponse) GetResult

func (x *GetTxPowerResponse) GetResult() int32

func (*GetTxPowerResponse) ProtoMessage

func (*GetTxPowerResponse) ProtoMessage()

func (*GetTxPowerResponse) ProtoReflect

func (x *GetTxPowerResponse) ProtoReflect() protoreflect.Message

func (*GetTxPowerResponse) Reset

func (x *GetTxPowerResponse) Reset()

func (*GetTxPowerResponse) String

func (x *GetTxPowerResponse) String() string

type HashCodeRequest

type HashCodeRequest struct {
	// contains filtered or unexported fields
}

func (*HashCodeRequest) Descriptor deprecated

func (*HashCodeRequest) Descriptor() ([]byte, []int)

Deprecated: Use HashCodeRequest.ProtoReflect.Descriptor instead.

func (*HashCodeRequest) ProtoMessage

func (*HashCodeRequest) ProtoMessage()

func (*HashCodeRequest) ProtoReflect

func (x *HashCodeRequest) ProtoReflect() protoreflect.Message

func (*HashCodeRequest) Reset

func (x *HashCodeRequest) Reset()

func (*HashCodeRequest) String

func (x *HashCodeRequest) String() string

type HashCodeResponse

type HashCodeResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*HashCodeResponse) Descriptor deprecated

func (*HashCodeResponse) Descriptor() ([]byte, []int)

Deprecated: Use HashCodeResponse.ProtoReflect.Descriptor instead.

func (*HashCodeResponse) GetResult

func (x *HashCodeResponse) GetResult() int32

func (*HashCodeResponse) ProtoMessage

func (*HashCodeResponse) ProtoMessage()

func (*HashCodeResponse) ProtoReflect

func (x *HashCodeResponse) ProtoReflect() protoreflect.Message

func (*HashCodeResponse) Reset

func (x *HashCodeResponse) Reset()

func (*HashCodeResponse) String

func (x *HashCodeResponse) String() string

type IsConnectableRequest

type IsConnectableRequest struct {
	// contains filtered or unexported fields
}

func (*IsConnectableRequest) Descriptor deprecated

func (*IsConnectableRequest) Descriptor() ([]byte, []int)

Deprecated: Use IsConnectableRequest.ProtoReflect.Descriptor instead.

func (*IsConnectableRequest) ProtoMessage

func (*IsConnectableRequest) ProtoMessage()

func (*IsConnectableRequest) ProtoReflect

func (x *IsConnectableRequest) ProtoReflect() protoreflect.Message

func (*IsConnectableRequest) Reset

func (x *IsConnectableRequest) Reset()

func (*IsConnectableRequest) String

func (x *IsConnectableRequest) String() string

type IsConnectableResponse

type IsConnectableResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*IsConnectableResponse) Descriptor deprecated

func (*IsConnectableResponse) Descriptor() ([]byte, []int)

Deprecated: Use IsConnectableResponse.ProtoReflect.Descriptor instead.

func (*IsConnectableResponse) GetResult

func (x *IsConnectableResponse) GetResult() bool

func (*IsConnectableResponse) ProtoMessage

func (*IsConnectableResponse) ProtoMessage()

func (*IsConnectableResponse) ProtoReflect

func (x *IsConnectableResponse) ProtoReflect() protoreflect.Message

func (*IsConnectableResponse) Reset

func (x *IsConnectableResponse) Reset()

func (*IsConnectableResponse) String

func (x *IsConnectableResponse) String() string

type IsLegacyRequest

type IsLegacyRequest struct {
	// contains filtered or unexported fields
}

func (*IsLegacyRequest) Descriptor deprecated

func (*IsLegacyRequest) Descriptor() ([]byte, []int)

Deprecated: Use IsLegacyRequest.ProtoReflect.Descriptor instead.

func (*IsLegacyRequest) ProtoMessage

func (*IsLegacyRequest) ProtoMessage()

func (*IsLegacyRequest) ProtoReflect

func (x *IsLegacyRequest) ProtoReflect() protoreflect.Message

func (*IsLegacyRequest) Reset

func (x *IsLegacyRequest) Reset()

func (*IsLegacyRequest) String

func (x *IsLegacyRequest) String() string

type IsLegacyResponse

type IsLegacyResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*IsLegacyResponse) Descriptor deprecated

func (*IsLegacyResponse) Descriptor() ([]byte, []int)

Deprecated: Use IsLegacyResponse.ProtoReflect.Descriptor instead.

func (*IsLegacyResponse) GetResult

func (x *IsLegacyResponse) GetResult() bool

func (*IsLegacyResponse) ProtoMessage

func (*IsLegacyResponse) ProtoMessage()

func (*IsLegacyResponse) ProtoReflect

func (x *IsLegacyResponse) ProtoReflect() protoreflect.Message

func (*IsLegacyResponse) Reset

func (x *IsLegacyResponse) Reset()

func (*IsLegacyResponse) String

func (x *IsLegacyResponse) String() string

type ScanResultServiceClient

type ScanResultServiceClient interface {
	DescribeContents(ctx context.Context, in *DescribeContentsRequest, opts ...grpc.CallOption) (*DescribeContentsResponse, error)
	Equals(ctx context.Context, in *EqualsRequest, opts ...grpc.CallOption) (*EqualsResponse, error)
	GetAdvertisingSid(ctx context.Context, in *GetAdvertisingSidRequest, opts ...grpc.CallOption) (*GetAdvertisingSidResponse, error)
	GetDataStatus(ctx context.Context, in *GetDataStatusRequest, opts ...grpc.CallOption) (*GetDataStatusResponse, error)
	GetDevice(ctx context.Context, in *GetDeviceRequest, opts ...grpc.CallOption) (*GetDeviceResponse, error)
	GetPeriodicAdvertisingInterval(ctx context.Context, in *GetPeriodicAdvertisingIntervalRequest, opts ...grpc.CallOption) (*GetPeriodicAdvertisingIntervalResponse, error)
	GetPrimaryPhy(ctx context.Context, in *GetPrimaryPhyRequest, opts ...grpc.CallOption) (*GetPrimaryPhyResponse, error)
	GetRssi(ctx context.Context, in *GetRssiRequest, opts ...grpc.CallOption) (*GetRssiResponse, error)
	GetScanRecord(ctx context.Context, in *GetScanRecordRequest, opts ...grpc.CallOption) (*GetScanRecordResponse, error)
	GetSecondaryPhy(ctx context.Context, in *GetSecondaryPhyRequest, opts ...grpc.CallOption) (*GetSecondaryPhyResponse, error)
	GetTimestampNanos(ctx context.Context, in *GetTimestampNanosRequest, opts ...grpc.CallOption) (*GetTimestampNanosResponse, error)
	GetTxPower(ctx context.Context, in *GetTxPowerRequest, opts ...grpc.CallOption) (*GetTxPowerResponse, error)
	HashCode(ctx context.Context, in *HashCodeRequest, opts ...grpc.CallOption) (*HashCodeResponse, error)
	IsConnectable(ctx context.Context, in *IsConnectableRequest, opts ...grpc.CallOption) (*IsConnectableResponse, error)
	IsLegacy(ctx context.Context, in *IsLegacyRequest, opts ...grpc.CallOption) (*IsLegacyResponse, error)
	ToString(ctx context.Context, in *ToStringRequest, opts ...grpc.CallOption) (*ToStringResponse, error)
	WriteToParcel(ctx context.Context, in *WriteToParcelRequest, opts ...grpc.CallOption) (*WriteToParcelResponse, error)
}

ScanResultServiceClient is the client API for ScanResultService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type ScanResultServiceServer

type ScanResultServiceServer interface {
	DescribeContents(context.Context, *DescribeContentsRequest) (*DescribeContentsResponse, error)
	Equals(context.Context, *EqualsRequest) (*EqualsResponse, error)
	GetAdvertisingSid(context.Context, *GetAdvertisingSidRequest) (*GetAdvertisingSidResponse, error)
	GetDataStatus(context.Context, *GetDataStatusRequest) (*GetDataStatusResponse, error)
	GetDevice(context.Context, *GetDeviceRequest) (*GetDeviceResponse, error)
	GetPeriodicAdvertisingInterval(context.Context, *GetPeriodicAdvertisingIntervalRequest) (*GetPeriodicAdvertisingIntervalResponse, error)
	GetPrimaryPhy(context.Context, *GetPrimaryPhyRequest) (*GetPrimaryPhyResponse, error)
	GetRssi(context.Context, *GetRssiRequest) (*GetRssiResponse, error)
	GetScanRecord(context.Context, *GetScanRecordRequest) (*GetScanRecordResponse, error)
	GetSecondaryPhy(context.Context, *GetSecondaryPhyRequest) (*GetSecondaryPhyResponse, error)
	GetTimestampNanos(context.Context, *GetTimestampNanosRequest) (*GetTimestampNanosResponse, error)
	GetTxPower(context.Context, *GetTxPowerRequest) (*GetTxPowerResponse, error)
	HashCode(context.Context, *HashCodeRequest) (*HashCodeResponse, error)
	IsConnectable(context.Context, *IsConnectableRequest) (*IsConnectableResponse, error)
	IsLegacy(context.Context, *IsLegacyRequest) (*IsLegacyResponse, error)
	ToString(context.Context, *ToStringRequest) (*ToStringResponse, error)
	WriteToParcel(context.Context, *WriteToParcelRequest) (*WriteToParcelResponse, error)
	// contains filtered or unexported methods
}

ScanResultServiceServer is the server API for ScanResultService service. All implementations must embed UnimplementedScanResultServiceServer for forward compatibility.

type StartAdvertising3Request

type StartAdvertising3Request struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2 int64 `protobuf:"varint,3,opt,name=arg2,proto3" json:"arg2,omitempty"`
	// contains filtered or unexported fields
}

func (*StartAdvertising3Request) Descriptor deprecated

func (*StartAdvertising3Request) Descriptor() ([]byte, []int)

Deprecated: Use StartAdvertising3Request.ProtoReflect.Descriptor instead.

func (*StartAdvertising3Request) GetArg0

func (x *StartAdvertising3Request) GetArg0() int64

func (*StartAdvertising3Request) GetArg1

func (x *StartAdvertising3Request) GetArg1() int64

func (*StartAdvertising3Request) GetArg2

func (x *StartAdvertising3Request) GetArg2() int64

func (*StartAdvertising3Request) ProtoMessage

func (*StartAdvertising3Request) ProtoMessage()

func (*StartAdvertising3Request) ProtoReflect

func (x *StartAdvertising3Request) ProtoReflect() protoreflect.Message

func (*StartAdvertising3Request) Reset

func (x *StartAdvertising3Request) Reset()

func (*StartAdvertising3Request) String

func (x *StartAdvertising3Request) String() string

type StartAdvertising3Response

type StartAdvertising3Response struct {
	// contains filtered or unexported fields
}

func (*StartAdvertising3Response) Descriptor deprecated

func (*StartAdvertising3Response) Descriptor() ([]byte, []int)

Deprecated: Use StartAdvertising3Response.ProtoReflect.Descriptor instead.

func (*StartAdvertising3Response) ProtoMessage

func (*StartAdvertising3Response) ProtoMessage()

func (*StartAdvertising3Response) ProtoReflect

func (*StartAdvertising3Response) Reset

func (x *StartAdvertising3Response) Reset()

func (*StartAdvertising3Response) String

func (x *StartAdvertising3Response) String() string

type StartAdvertising4_1Request

type StartAdvertising4_1Request struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2 int64 `protobuf:"varint,3,opt,name=arg2,proto3" json:"arg2,omitempty"`
	Arg3 int64 `protobuf:"varint,4,opt,name=arg3,proto3" json:"arg3,omitempty"`
	// contains filtered or unexported fields
}

func (*StartAdvertising4_1Request) Descriptor deprecated

func (*StartAdvertising4_1Request) Descriptor() ([]byte, []int)

Deprecated: Use StartAdvertising4_1Request.ProtoReflect.Descriptor instead.

func (*StartAdvertising4_1Request) GetArg0

func (x *StartAdvertising4_1Request) GetArg0() int64

func (*StartAdvertising4_1Request) GetArg1

func (x *StartAdvertising4_1Request) GetArg1() int64

func (*StartAdvertising4_1Request) GetArg2

func (x *StartAdvertising4_1Request) GetArg2() int64

func (*StartAdvertising4_1Request) GetArg3

func (x *StartAdvertising4_1Request) GetArg3() int64

func (*StartAdvertising4_1Request) ProtoMessage

func (*StartAdvertising4_1Request) ProtoMessage()

func (*StartAdvertising4_1Request) ProtoReflect

func (*StartAdvertising4_1Request) Reset

func (x *StartAdvertising4_1Request) Reset()

func (*StartAdvertising4_1Request) String

func (x *StartAdvertising4_1Request) String() string

type StartAdvertising4_1Response

type StartAdvertising4_1Response struct {
	// contains filtered or unexported fields
}

func (*StartAdvertising4_1Response) Descriptor deprecated

func (*StartAdvertising4_1Response) Descriptor() ([]byte, []int)

Deprecated: Use StartAdvertising4_1Response.ProtoReflect.Descriptor instead.

func (*StartAdvertising4_1Response) ProtoMessage

func (*StartAdvertising4_1Response) ProtoMessage()

func (*StartAdvertising4_1Response) ProtoReflect

func (*StartAdvertising4_1Response) Reset

func (x *StartAdvertising4_1Response) Reset()

func (*StartAdvertising4_1Response) String

func (x *StartAdvertising4_1Response) String() string

type StartAdvertisingSet6Request

type StartAdvertisingSet6Request struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2 int64 `protobuf:"varint,3,opt,name=arg2,proto3" json:"arg2,omitempty"`
	Arg3 int64 `protobuf:"varint,4,opt,name=arg3,proto3" json:"arg3,omitempty"`
	Arg4 int64 `protobuf:"varint,5,opt,name=arg4,proto3" json:"arg4,omitempty"`
	Arg5 int64 `protobuf:"varint,6,opt,name=arg5,proto3" json:"arg5,omitempty"`
	// contains filtered or unexported fields
}

func (*StartAdvertisingSet6Request) Descriptor deprecated

func (*StartAdvertisingSet6Request) Descriptor() ([]byte, []int)

Deprecated: Use StartAdvertisingSet6Request.ProtoReflect.Descriptor instead.

func (*StartAdvertisingSet6Request) GetArg0

func (x *StartAdvertisingSet6Request) GetArg0() int64

func (*StartAdvertisingSet6Request) GetArg1

func (x *StartAdvertisingSet6Request) GetArg1() int64

func (*StartAdvertisingSet6Request) GetArg2

func (x *StartAdvertisingSet6Request) GetArg2() int64

func (*StartAdvertisingSet6Request) GetArg3

func (x *StartAdvertisingSet6Request) GetArg3() int64

func (*StartAdvertisingSet6Request) GetArg4

func (x *StartAdvertisingSet6Request) GetArg4() int64

func (*StartAdvertisingSet6Request) GetArg5

func (x *StartAdvertisingSet6Request) GetArg5() int64

func (*StartAdvertisingSet6Request) ProtoMessage

func (*StartAdvertisingSet6Request) ProtoMessage()

func (*StartAdvertisingSet6Request) ProtoReflect

func (*StartAdvertisingSet6Request) Reset

func (x *StartAdvertisingSet6Request) Reset()

func (*StartAdvertisingSet6Request) String

func (x *StartAdvertisingSet6Request) String() string

type StartAdvertisingSet6Response

type StartAdvertisingSet6Response struct {
	// contains filtered or unexported fields
}

func (*StartAdvertisingSet6Response) Descriptor deprecated

func (*StartAdvertisingSet6Response) Descriptor() ([]byte, []int)

Deprecated: Use StartAdvertisingSet6Response.ProtoReflect.Descriptor instead.

func (*StartAdvertisingSet6Response) ProtoMessage

func (*StartAdvertisingSet6Response) ProtoMessage()

func (*StartAdvertisingSet6Response) ProtoReflect

func (*StartAdvertisingSet6Response) Reset

func (x *StartAdvertisingSet6Response) Reset()

func (*StartAdvertisingSet6Response) String

type StartAdvertisingSet8_1Request

type StartAdvertisingSet8_1Request struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2 int64 `protobuf:"varint,3,opt,name=arg2,proto3" json:"arg2,omitempty"`
	Arg3 int64 `protobuf:"varint,4,opt,name=arg3,proto3" json:"arg3,omitempty"`
	Arg4 int64 `protobuf:"varint,5,opt,name=arg4,proto3" json:"arg4,omitempty"`
	Arg5 int32 `protobuf:"varint,6,opt,name=arg5,proto3" json:"arg5,omitempty"`
	Arg6 int32 `protobuf:"varint,7,opt,name=arg6,proto3" json:"arg6,omitempty"`
	Arg7 int64 `protobuf:"varint,8,opt,name=arg7,proto3" json:"arg7,omitempty"`
	// contains filtered or unexported fields
}

func (*StartAdvertisingSet8_1Request) Descriptor deprecated

func (*StartAdvertisingSet8_1Request) Descriptor() ([]byte, []int)

Deprecated: Use StartAdvertisingSet8_1Request.ProtoReflect.Descriptor instead.

func (*StartAdvertisingSet8_1Request) GetArg0

func (x *StartAdvertisingSet8_1Request) GetArg0() int64

func (*StartAdvertisingSet8_1Request) GetArg1

func (x *StartAdvertisingSet8_1Request) GetArg1() int64

func (*StartAdvertisingSet8_1Request) GetArg2

func (x *StartAdvertisingSet8_1Request) GetArg2() int64

func (*StartAdvertisingSet8_1Request) GetArg3

func (x *StartAdvertisingSet8_1Request) GetArg3() int64

func (*StartAdvertisingSet8_1Request) GetArg4

func (x *StartAdvertisingSet8_1Request) GetArg4() int64

func (*StartAdvertisingSet8_1Request) GetArg5

func (x *StartAdvertisingSet8_1Request) GetArg5() int32

func (*StartAdvertisingSet8_1Request) GetArg6

func (x *StartAdvertisingSet8_1Request) GetArg6() int32

func (*StartAdvertisingSet8_1Request) GetArg7

func (x *StartAdvertisingSet8_1Request) GetArg7() int64

func (*StartAdvertisingSet8_1Request) ProtoMessage

func (*StartAdvertisingSet8_1Request) ProtoMessage()

func (*StartAdvertisingSet8_1Request) ProtoReflect

func (*StartAdvertisingSet8_1Request) Reset

func (x *StartAdvertisingSet8_1Request) Reset()

func (*StartAdvertisingSet8_1Request) String

type StartAdvertisingSet8_1Response

type StartAdvertisingSet8_1Response struct {
	// contains filtered or unexported fields
}

func (*StartAdvertisingSet8_1Response) Descriptor deprecated

func (*StartAdvertisingSet8_1Response) Descriptor() ([]byte, []int)

Deprecated: Use StartAdvertisingSet8_1Response.ProtoReflect.Descriptor instead.

func (*StartAdvertisingSet8_1Response) ProtoMessage

func (*StartAdvertisingSet8_1Response) ProtoMessage()

func (*StartAdvertisingSet8_1Response) ProtoReflect

func (*StartAdvertisingSet8_1Response) Reset

func (x *StartAdvertisingSet8_1Response) Reset()

func (*StartAdvertisingSet8_1Response) String

type StartScan1Request

type StartScan1Request struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*StartScan1Request) Descriptor deprecated

func (*StartScan1Request) Descriptor() ([]byte, []int)

Deprecated: Use StartScan1Request.ProtoReflect.Descriptor instead.

func (*StartScan1Request) GetArg0

func (x *StartScan1Request) GetArg0() int64

func (*StartScan1Request) ProtoMessage

func (*StartScan1Request) ProtoMessage()

func (*StartScan1Request) ProtoReflect

func (x *StartScan1Request) ProtoReflect() protoreflect.Message

func (*StartScan1Request) Reset

func (x *StartScan1Request) Reset()

func (*StartScan1Request) String

func (x *StartScan1Request) String() string

type StartScan1Response

type StartScan1Response struct {
	// contains filtered or unexported fields
}

func (*StartScan1Response) Descriptor deprecated

func (*StartScan1Response) Descriptor() ([]byte, []int)

Deprecated: Use StartScan1Response.ProtoReflect.Descriptor instead.

func (*StartScan1Response) ProtoMessage

func (*StartScan1Response) ProtoMessage()

func (*StartScan1Response) ProtoReflect

func (x *StartScan1Response) ProtoReflect() protoreflect.Message

func (*StartScan1Response) Reset

func (x *StartScan1Response) Reset()

func (*StartScan1Response) String

func (x *StartScan1Response) String() string

type StartScan3_1Request

type StartScan3_1Request struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2 int64 `protobuf:"varint,3,opt,name=arg2,proto3" json:"arg2,omitempty"`
	// contains filtered or unexported fields
}

func (*StartScan3_1Request) Descriptor deprecated

func (*StartScan3_1Request) Descriptor() ([]byte, []int)

Deprecated: Use StartScan3_1Request.ProtoReflect.Descriptor instead.

func (*StartScan3_1Request) GetArg0

func (x *StartScan3_1Request) GetArg0() int64

func (*StartScan3_1Request) GetArg1

func (x *StartScan3_1Request) GetArg1() int64

func (*StartScan3_1Request) GetArg2

func (x *StartScan3_1Request) GetArg2() int64

func (*StartScan3_1Request) ProtoMessage

func (*StartScan3_1Request) ProtoMessage()

func (*StartScan3_1Request) ProtoReflect

func (x *StartScan3_1Request) ProtoReflect() protoreflect.Message

func (*StartScan3_1Request) Reset

func (x *StartScan3_1Request) Reset()

func (*StartScan3_1Request) String

func (x *StartScan3_1Request) String() string

type StartScan3_1Response

type StartScan3_1Response struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*StartScan3_1Response) Descriptor deprecated

func (*StartScan3_1Response) Descriptor() ([]byte, []int)

Deprecated: Use StartScan3_1Response.ProtoReflect.Descriptor instead.

func (*StartScan3_1Response) GetResult

func (x *StartScan3_1Response) GetResult() int32

func (*StartScan3_1Response) ProtoMessage

func (*StartScan3_1Response) ProtoMessage()

func (*StartScan3_1Response) ProtoReflect

func (x *StartScan3_1Response) ProtoReflect() protoreflect.Message

func (*StartScan3_1Response) Reset

func (x *StartScan3_1Response) Reset()

func (*StartScan3_1Response) String

func (x *StartScan3_1Response) String() string

type StartScan3_2Request

type StartScan3_2Request struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2 int64 `protobuf:"varint,3,opt,name=arg2,proto3" json:"arg2,omitempty"`
	// contains filtered or unexported fields
}

func (*StartScan3_2Request) Descriptor deprecated

func (*StartScan3_2Request) Descriptor() ([]byte, []int)

Deprecated: Use StartScan3_2Request.ProtoReflect.Descriptor instead.

func (*StartScan3_2Request) GetArg0

func (x *StartScan3_2Request) GetArg0() int64

func (*StartScan3_2Request) GetArg1

func (x *StartScan3_2Request) GetArg1() int64

func (*StartScan3_2Request) GetArg2

func (x *StartScan3_2Request) GetArg2() int64

func (*StartScan3_2Request) ProtoMessage

func (*StartScan3_2Request) ProtoMessage()

func (*StartScan3_2Request) ProtoReflect

func (x *StartScan3_2Request) ProtoReflect() protoreflect.Message

func (*StartScan3_2Request) Reset

func (x *StartScan3_2Request) Reset()

func (*StartScan3_2Request) String

func (x *StartScan3_2Request) String() string

type StartScan3_2Response

type StartScan3_2Response struct {
	// contains filtered or unexported fields
}

func (*StartScan3_2Response) Descriptor deprecated

func (*StartScan3_2Response) Descriptor() ([]byte, []int)

Deprecated: Use StartScan3_2Response.ProtoReflect.Descriptor instead.

func (*StartScan3_2Response) ProtoMessage

func (*StartScan3_2Response) ProtoMessage()

func (*StartScan3_2Response) ProtoReflect

func (x *StartScan3_2Response) ProtoReflect() protoreflect.Message

func (*StartScan3_2Response) Reset

func (x *StartScan3_2Response) Reset()

func (*StartScan3_2Response) String

func (x *StartScan3_2Response) String() string

type StopAdvertisingRequest

type StopAdvertisingRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*StopAdvertisingRequest) Descriptor deprecated

func (*StopAdvertisingRequest) Descriptor() ([]byte, []int)

Deprecated: Use StopAdvertisingRequest.ProtoReflect.Descriptor instead.

func (*StopAdvertisingRequest) GetArg0

func (x *StopAdvertisingRequest) GetArg0() int64

func (*StopAdvertisingRequest) ProtoMessage

func (*StopAdvertisingRequest) ProtoMessage()

func (*StopAdvertisingRequest) ProtoReflect

func (x *StopAdvertisingRequest) ProtoReflect() protoreflect.Message

func (*StopAdvertisingRequest) Reset

func (x *StopAdvertisingRequest) Reset()

func (*StopAdvertisingRequest) String

func (x *StopAdvertisingRequest) String() string

type StopAdvertisingResponse

type StopAdvertisingResponse struct {
	// contains filtered or unexported fields
}

func (*StopAdvertisingResponse) Descriptor deprecated

func (*StopAdvertisingResponse) Descriptor() ([]byte, []int)

Deprecated: Use StopAdvertisingResponse.ProtoReflect.Descriptor instead.

func (*StopAdvertisingResponse) ProtoMessage

func (*StopAdvertisingResponse) ProtoMessage()

func (*StopAdvertisingResponse) ProtoReflect

func (x *StopAdvertisingResponse) ProtoReflect() protoreflect.Message

func (*StopAdvertisingResponse) Reset

func (x *StopAdvertisingResponse) Reset()

func (*StopAdvertisingResponse) String

func (x *StopAdvertisingResponse) String() string

type StopAdvertisingSetRequest

type StopAdvertisingSetRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*StopAdvertisingSetRequest) Descriptor deprecated

func (*StopAdvertisingSetRequest) Descriptor() ([]byte, []int)

Deprecated: Use StopAdvertisingSetRequest.ProtoReflect.Descriptor instead.

func (*StopAdvertisingSetRequest) GetArg0

func (x *StopAdvertisingSetRequest) GetArg0() int64

func (*StopAdvertisingSetRequest) ProtoMessage

func (*StopAdvertisingSetRequest) ProtoMessage()

func (*StopAdvertisingSetRequest) ProtoReflect

func (*StopAdvertisingSetRequest) Reset

func (x *StopAdvertisingSetRequest) Reset()

func (*StopAdvertisingSetRequest) String

func (x *StopAdvertisingSetRequest) String() string

type StopAdvertisingSetResponse

type StopAdvertisingSetResponse struct {
	// contains filtered or unexported fields
}

func (*StopAdvertisingSetResponse) Descriptor deprecated

func (*StopAdvertisingSetResponse) Descriptor() ([]byte, []int)

Deprecated: Use StopAdvertisingSetResponse.ProtoReflect.Descriptor instead.

func (*StopAdvertisingSetResponse) ProtoMessage

func (*StopAdvertisingSetResponse) ProtoMessage()

func (*StopAdvertisingSetResponse) ProtoReflect

func (*StopAdvertisingSetResponse) Reset

func (x *StopAdvertisingSetResponse) Reset()

func (*StopAdvertisingSetResponse) String

func (x *StopAdvertisingSetResponse) String() string

type StopScan1Request

type StopScan1Request struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*StopScan1Request) Descriptor deprecated

func (*StopScan1Request) Descriptor() ([]byte, []int)

Deprecated: Use StopScan1Request.ProtoReflect.Descriptor instead.

func (*StopScan1Request) GetArg0

func (x *StopScan1Request) GetArg0() int64

func (*StopScan1Request) ProtoMessage

func (*StopScan1Request) ProtoMessage()

func (*StopScan1Request) ProtoReflect

func (x *StopScan1Request) ProtoReflect() protoreflect.Message

func (*StopScan1Request) Reset

func (x *StopScan1Request) Reset()

func (*StopScan1Request) String

func (x *StopScan1Request) String() string

type StopScan1Response

type StopScan1Response struct {
	// contains filtered or unexported fields
}

func (*StopScan1Response) Descriptor deprecated

func (*StopScan1Response) Descriptor() ([]byte, []int)

Deprecated: Use StopScan1Response.ProtoReflect.Descriptor instead.

func (*StopScan1Response) ProtoMessage

func (*StopScan1Response) ProtoMessage()

func (*StopScan1Response) ProtoReflect

func (x *StopScan1Response) ProtoReflect() protoreflect.Message

func (*StopScan1Response) Reset

func (x *StopScan1Response) Reset()

func (*StopScan1Response) String

func (x *StopScan1Response) String() string

type StopScan1_1Request

type StopScan1_1Request struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*StopScan1_1Request) Descriptor deprecated

func (*StopScan1_1Request) Descriptor() ([]byte, []int)

Deprecated: Use StopScan1_1Request.ProtoReflect.Descriptor instead.

func (*StopScan1_1Request) GetArg0

func (x *StopScan1_1Request) GetArg0() int64

func (*StopScan1_1Request) ProtoMessage

func (*StopScan1_1Request) ProtoMessage()

func (*StopScan1_1Request) ProtoReflect

func (x *StopScan1_1Request) ProtoReflect() protoreflect.Message

func (*StopScan1_1Request) Reset

func (x *StopScan1_1Request) Reset()

func (*StopScan1_1Request) String

func (x *StopScan1_1Request) String() string

type StopScan1_1Response

type StopScan1_1Response struct {
	// contains filtered or unexported fields
}

func (*StopScan1_1Response) Descriptor deprecated

func (*StopScan1_1Response) Descriptor() ([]byte, []int)

Deprecated: Use StopScan1_1Response.ProtoReflect.Descriptor instead.

func (*StopScan1_1Response) ProtoMessage

func (*StopScan1_1Response) ProtoMessage()

func (*StopScan1_1Response) ProtoReflect

func (x *StopScan1_1Response) ProtoReflect() protoreflect.Message

func (*StopScan1_1Response) Reset

func (x *StopScan1_1Response) Reset()

func (*StopScan1_1Response) String

func (x *StopScan1_1Response) String() string

type ToStringRequest

type ToStringRequest struct {
	// contains filtered or unexported fields
}

func (*ToStringRequest) Descriptor deprecated

func (*ToStringRequest) Descriptor() ([]byte, []int)

Deprecated: Use ToStringRequest.ProtoReflect.Descriptor instead.

func (*ToStringRequest) ProtoMessage

func (*ToStringRequest) ProtoMessage()

func (*ToStringRequest) ProtoReflect

func (x *ToStringRequest) ProtoReflect() protoreflect.Message

func (*ToStringRequest) Reset

func (x *ToStringRequest) Reset()

func (*ToStringRequest) String

func (x *ToStringRequest) String() string

type ToStringResponse

type ToStringResponse struct {
	Result string `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ToStringResponse) Descriptor deprecated

func (*ToStringResponse) Descriptor() ([]byte, []int)

Deprecated: Use ToStringResponse.ProtoReflect.Descriptor instead.

func (*ToStringResponse) GetResult

func (x *ToStringResponse) GetResult() string

func (*ToStringResponse) ProtoMessage

func (*ToStringResponse) ProtoMessage()

func (*ToStringResponse) ProtoReflect

func (x *ToStringResponse) ProtoReflect() protoreflect.Message

func (*ToStringResponse) Reset

func (x *ToStringResponse) Reset()

func (*ToStringResponse) String

func (x *ToStringResponse) String() string

type UnimplementedBluetoothLeAdvertiserServiceServer

type UnimplementedBluetoothLeAdvertiserServiceServer struct{}

UnimplementedBluetoothLeAdvertiserServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedBluetoothLeAdvertiserServiceServer) StartAdvertising3

func (UnimplementedBluetoothLeAdvertiserServiceServer) StartAdvertising4_1

func (UnimplementedBluetoothLeAdvertiserServiceServer) StartAdvertisingSet6

func (UnimplementedBluetoothLeAdvertiserServiceServer) StartAdvertisingSet8_1

func (UnimplementedBluetoothLeAdvertiserServiceServer) StopAdvertising

func (UnimplementedBluetoothLeAdvertiserServiceServer) StopAdvertisingSet

type UnimplementedBluetoothLeScannerServiceServer

type UnimplementedBluetoothLeScannerServiceServer struct{}

UnimplementedBluetoothLeScannerServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedBluetoothLeScannerServiceServer) StartScan1

func (UnimplementedBluetoothLeScannerServiceServer) StartScan3_1

func (UnimplementedBluetoothLeScannerServiceServer) StartScan3_2

func (UnimplementedBluetoothLeScannerServiceServer) StopScan1

func (UnimplementedBluetoothLeScannerServiceServer) StopScan1_1

type UnimplementedScanResultServiceServer

type UnimplementedScanResultServiceServer struct{}

UnimplementedScanResultServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedScanResultServiceServer) DescribeContents

func (UnimplementedScanResultServiceServer) Equals

func (UnimplementedScanResultServiceServer) GetAdvertisingSid

func (UnimplementedScanResultServiceServer) GetDataStatus

func (UnimplementedScanResultServiceServer) GetDevice

func (UnimplementedScanResultServiceServer) GetPrimaryPhy

func (UnimplementedScanResultServiceServer) GetRssi

func (UnimplementedScanResultServiceServer) GetScanRecord

func (UnimplementedScanResultServiceServer) GetSecondaryPhy

func (UnimplementedScanResultServiceServer) GetTimestampNanos

func (UnimplementedScanResultServiceServer) GetTxPower

func (UnimplementedScanResultServiceServer) HashCode

func (UnimplementedScanResultServiceServer) IsConnectable

func (UnimplementedScanResultServiceServer) IsLegacy

func (UnimplementedScanResultServiceServer) ToString

func (UnimplementedScanResultServiceServer) WriteToParcel

type UnsafeBluetoothLeAdvertiserServiceServer

type UnsafeBluetoothLeAdvertiserServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeBluetoothLeAdvertiserServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to BluetoothLeAdvertiserServiceServer will result in compilation errors.

type UnsafeBluetoothLeScannerServiceServer

type UnsafeBluetoothLeScannerServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeBluetoothLeScannerServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to BluetoothLeScannerServiceServer will result in compilation errors.

type UnsafeScanResultServiceServer

type UnsafeScanResultServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeScanResultServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ScanResultServiceServer will result in compilation errors.

type WriteToParcelRequest

type WriteToParcelRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int32 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*WriteToParcelRequest) Descriptor deprecated

func (*WriteToParcelRequest) Descriptor() ([]byte, []int)

Deprecated: Use WriteToParcelRequest.ProtoReflect.Descriptor instead.

func (*WriteToParcelRequest) GetArg0

func (x *WriteToParcelRequest) GetArg0() int64

func (*WriteToParcelRequest) GetArg1

func (x *WriteToParcelRequest) GetArg1() int32

func (*WriteToParcelRequest) ProtoMessage

func (*WriteToParcelRequest) ProtoMessage()

func (*WriteToParcelRequest) ProtoReflect

func (x *WriteToParcelRequest) ProtoReflect() protoreflect.Message

func (*WriteToParcelRequest) Reset

func (x *WriteToParcelRequest) Reset()

func (*WriteToParcelRequest) String

func (x *WriteToParcelRequest) String() string

type WriteToParcelResponse

type WriteToParcelResponse struct {
	// contains filtered or unexported fields
}

func (*WriteToParcelResponse) Descriptor deprecated

func (*WriteToParcelResponse) Descriptor() ([]byte, []int)

Deprecated: Use WriteToParcelResponse.ProtoReflect.Descriptor instead.

func (*WriteToParcelResponse) ProtoMessage

func (*WriteToParcelResponse) ProtoMessage()

func (*WriteToParcelResponse) ProtoReflect

func (x *WriteToParcelResponse) ProtoReflect() protoreflect.Message

func (*WriteToParcelResponse) Reset

func (x *WriteToParcelResponse) Reset()

func (*WriteToParcelResponse) String

func (x *WriteToParcelResponse) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL