Table of Contents

Enum ConnectionPriority

Namespace
Bluetooth.Abstractions.Enums
Assembly
Bluetooth.Abstractions.dll

Defines connection priority modes that affect connection parameters and power consumption.

public enum ConnectionPriority

Fields

Balanced = 0

Balanced mode providing reasonable performance and moderate power consumption.

Android: CONNECTION_PRIORITY_BALANCED Connection interval: 30-50ms, Latency: 0, Timeout: 20s

High = 1

High performance mode optimized for low latency at the cost of higher power consumption.

Android: CONNECTION_PRIORITY_HIGH Connection interval: 11.25-15ms, Latency: 0, Timeout: 20s Best for real-time data transfer or gaming

LowPower = 2

Low power mode optimized for battery life with reduced performance.

Android: CONNECTION_PRIORITY_LOW_POWER Connection interval: 100-125ms, Latency: 2, Timeout: 20s Best for infrequent data updates