package location.nearby.connections

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message AvailableChannels

offline_wire_formats.proto:344

Available channels on the local device.

Used in: MediumMetadata

message BandwidthUpgradeNegotiationFrame

offline_wire_formats.proto:184

Used in: V1Frame

message BandwidthUpgradeNegotiationFrame.ClientIntroduction

offline_wire_formats.proto:275

Accompanies CLIENT_INTRODUCTION events.

Used in: BandwidthUpgradeNegotiationFrame

message BandwidthUpgradeNegotiationFrame.ClientIntroductionAck

offline_wire_formats.proto:281

Accompanies CLIENT_INTRODUCTION_ACK events.

Used in: BandwidthUpgradeNegotiationFrame

(message has no fields)

enum BandwidthUpgradeNegotiationFrame.EventType

offline_wire_formats.proto:185

Used in: BandwidthUpgradeNegotiationFrame

message BandwidthUpgradeNegotiationFrame.UpgradePathInfo

offline_wire_formats.proto:196

Accompanies UPGRADE_PATH_AVAILABLE and UPGRADE_FAILURE events.

Used in: BandwidthUpgradeNegotiationFrame

message BandwidthUpgradeNegotiationFrame.UpgradePathInfo.BluetoothCredentials

offline_wire_formats.proto:230

Accompanies Medium.BLUETOOTH.

Used in: UpgradePathInfo

enum BandwidthUpgradeNegotiationFrame.UpgradePathInfo.Medium

offline_wire_formats.proto:198

Should always match cs/symbol:location.nearby.proto.connections.Medium

Used in: UpgradePathInfo

message BandwidthUpgradeNegotiationFrame.UpgradePathInfo.WebRtcCredentials

offline_wire_formats.proto:252

Accompanies Medium.WEB_RTC

Used in: UpgradePathInfo

message BandwidthUpgradeNegotiationFrame.UpgradePathInfo.WifiAwareCredentials

offline_wire_formats.proto:236

Accompanies Medium.WIFI_AWARE.

Used in: UpgradePathInfo

message BandwidthUpgradeNegotiationFrame.UpgradePathInfo.WifiDirectCredentials

offline_wire_formats.proto:243

Accompanies Medium.WIFI_DIRECT.

Used in: UpgradePathInfo

message BandwidthUpgradeNegotiationFrame.UpgradePathInfo.WifiHotspotCredentials

offline_wire_formats.proto:214

Accompanies Medium.WIFI_HOTSPOT.

Used in: UpgradePathInfo

message BandwidthUpgradeNegotiationFrame.UpgradePathInfo.WifiLanSocket

offline_wire_formats.proto:224

Accompanies Medium.WIFI_LAN.

Used in: UpgradePathInfo

message ConnectionRequestFrame

offline_wire_formats.proto:59

Used in: V1Frame

enum ConnectionRequestFrame.Medium

offline_wire_formats.proto:62

Should always match cs/symbol:location.nearby.proto.connections.Medium LINT.IfChange

Used in: ConnectionRequestFrame

message ConnectionResponseFrame

offline_wire_formats.proto:99

This doesn't need to send back endpoint_id and endpoint_name (like the ConnectionRequestFrame does) because those have already been transmitted out-of-band, at the time this endpoint was discovered.

Used in: V1Frame

enum ConnectionResponseFrame.ResponseStatus

offline_wire_formats.proto:115

Used to replace the status integer parameter with a meaningful enum item. Map ConnectionsStatusCodes.STATUS_OK to ACCEPT and ConnectionsStatusCodes.STATUS_CONNECTION_REJECTED to REJECT. Flag: connection_replace_status_with_response_connectionResponseFrame

Used in: ConnectionResponseFrame

message DisconnectionFrame

offline_wire_formats.proto:300

Informs the remote side to immediately severe the socket connection. Used in bandwidth upgrades to get around a race condition, but may be used in other situations to trigger a faster disconnection event than waiting for socket closed on the remote side.

Used in: V1Frame

message KeepAliveFrame

offline_wire_formats.proto:291

Used in: V1Frame

message LocationHint

offline_wire_formats.proto:369

LocationHint is used to specify a location as well as format.

Used in: BandwidthUpgradeNegotiationFrame.UpgradePathInfo.WebRtcCredentials

message LocationStandard

offline_wire_formats.proto:377

(message has no fields)

enum LocationStandard.Format

offline_wire_formats.proto:378

Used in: LocationHint

message MediumMetadata

offline_wire_formats.proto:316

Used in: ConnectionRequestFrame

message OfflineFrame

offline_wire_formats.proto:24

enum OfflineFrame.Version

offline_wire_formats.proto:25

Used in: OfflineFrame

message OsInfo

offline_wire_formats.proto:392

Device capability for OS information.

Used in: ConnectionResponseFrame

enum OsInfo.OsType

offline_wire_formats.proto:393

Used in: OsInfo

message PairedKeyEncryptionFrame

offline_wire_formats.proto:310

A paired key encryption packet sent between devices, contains signed data.

Used in: V1Frame

message PayloadTransferFrame

offline_wire_formats.proto:131

Used in: V1Frame

message PayloadTransferFrame.ControlMessage

offline_wire_formats.proto:164

Accompanies CONTROL packets.

Used in: PayloadTransferFrame

enum PayloadTransferFrame.ControlMessage.EventType

offline_wire_formats.proto:165

Used in: ControlMessage

enum PayloadTransferFrame.PacketType

offline_wire_formats.proto:132

Used in: PayloadTransferFrame

message PayloadTransferFrame.PayloadChunk

offline_wire_formats.proto:154

Accompanies DATA packets.

Used in: PayloadTransferFrame

enum PayloadTransferFrame.PayloadChunk.Flags

offline_wire_formats.proto:155

message PayloadTransferFrame.PayloadHeader

offline_wire_formats.proto:138

Used in: PayloadTransferFrame

enum PayloadTransferFrame.PayloadHeader.PayloadType

offline_wire_formats.proto:139

Used in: PayloadHeader

message V1Frame

offline_wire_formats.proto:36

Used in: OfflineFrame

enum V1Frame.FrameType

offline_wire_formats.proto:37

Used in: V1Frame

message WifiAwareUsableChannels

offline_wire_formats.proto:359

Usable WiFi Aware channels on the local device.

Used in: MediumMetadata

message WifiDirectCliUsableChannels

offline_wire_formats.proto:349

Usable WiFi Direct client channels on the local device.

Used in: MediumMetadata

message WifiHotspotStaUsableChannels

offline_wire_formats.proto:364

Usable WiFi Hotspot STA channels on the local device.

Used in: MediumMetadata

message WifiLanUsableChannels

offline_wire_formats.proto:354

Usable WiFi LAN channels on the local device.

Used in: MediumMetadata