언어

ConnectionCapability Enum

Definition

public enum ConnectionCapability
type ConnectionCapability = 
Inheritance
ConnectionCapability

Fields

Name Value Description
Unknown 0

Unknown connection capability.

Android reference for android.telephony.data.TrafficDescriptor.CONNECTION_CAPABILITY_UNKNOWN.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Ims 1

IMS Voice + Video comprising voice, video telephony and multimedia communications over IP networks. Voice, Video and SMS over IMS DNN, as well as RCS (Rich Communication Services) are included in this traffic category.

Android reference for android.telephony.data.TrafficDescriptor.CONNECTION_CAPABILITY_IMS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Mms 2

MMS (Multimedia Messaging Service)

Android reference for android.telephony.data.TrafficDescriptor.CONNECTION_CAPABILITY_MMS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Supl 4

SUPL (Secure User Plane Location)

Android reference for android.telephony.data.TrafficDescriptor.CONNECTION_CAPABILITY_SUPL.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Internet 8

Internet data traffic with wide availability but no critical requirements on latency or data rates.

Android reference for android.telephony.data.TrafficDescriptor.CONNECTION_CAPABILITY_INTERNET.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

LcsUserPlanePositioning 16

LCS user plane positioning

Android reference for android.telephony.data.TrafficDescriptor.CONNECTION_CAPABILITY_LCS_USER_PLANE_POSITIONING.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

IotDelayTolerant 161

Delay-tolerant, low sustained data rate IoT traffic.

Android reference for android.telephony.data.TrafficDescriptor.CONNECTION_CAPABILITY_IOT_DELAY_TOLERANT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

IotNonDelayTolerant 162

Non-delay-tolerant, low sustained data rate IoT traffic

Android reference for android.telephony.data.TrafficDescriptor.CONNECTION_CAPABILITY_IOT_NON_DELAY_TOLERANT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

DownlinkStreaming 163

Downlink streaming, characterized as downlink high data rates content and low latency.

Android reference for android.telephony.data.TrafficDescriptor.CONNECTION_CAPABILITY_DOWNLINK_STREAMING.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

UplinkStreaming 164

Uplink streaming, characterized as uplink high data rates content and low latency

Android reference for android.telephony.data.TrafficDescriptor.CONNECTION_CAPABILITY_UPLINK_STREAMING.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

VehicularCommunications 165

Vehicle-to-Everything (V2X) traffic comprising V2X messages, characterized by low latency, high reliability, and high availability.

Android reference for android.telephony.data.TrafficDescriptor.CONNECTION_CAPABILITY_VEHICULAR_COMMUNICATIONS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RealTimeInteractive 166

Real time interactive traffic, for example, for gaming or AR/VR.

Android reference for android.telephony.data.TrafficDescriptor.CONNECTION_CAPABILITY_REAL_TIME_INTERACTIVE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

UnifiedCommunications 167

Unified communications traffic, which comprise communications through a single user interface at the UE, for instance instant messaging, VoIP, and video collaboration through the same application.

Android reference for android.telephony.data.TrafficDescriptor.CONNECTION_CAPABILITY_UNIFIED_COMMUNICATIONS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Background 168

Any traffic that is not time-sensitive, e.g., firmware/software updates over the air. This traffic has no critical requirements from latency or data rates perspective. This traffic should/can be subject of scheduling (e.g., at specific time of day) by the applications/networks.

Android reference for android.telephony.data.TrafficDescriptor.CONNECTION_CAPABILITY_BACKGROUND.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MissionCriticalCommunications 169

Mission-critical communications, may include MC-PTT, MC video, and MC data.

Android reference for android.telephony.data.TrafficDescriptor.CONNECTION_CAPABILITY_MISSION_CRITICAL_COMMUNICATIONS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

TimeCriticalCommunications 170

Time Critical Communications, with bounded, low to very low latency requirements, and high availability.

Android reference for android.telephony.data.TrafficDescriptor.CONNECTION_CAPABILITY_TIME_CRITICAL_COMMUNICATIONS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

LowLatencyLossTolerantUnack 171

Traffic which has low latency requirements and is tolerant to some loss, hence using un-acknowledged mode at the Radio Link Control (RLC) layer. E.g., for certain real time voice or video traffic.

Android reference for android.telephony.data.TrafficDescriptor.CONNECTION_CAPABILITY_LOW_LATENCY_LOSS_TOLERANT_UNACK.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to