Table of Contents

Enum TransportType

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

Defines the transport type for Bluetooth connections.

public enum TransportType

Fields

Auto = 0

Automatically select transport based on device capabilities (default).

Android: TRANSPORT_AUTO

BrEdr = 1

Use classic Bluetooth (BR/EDR) transport.

Android: TRANSPORT_BREDR Not supported for BLE operations

Le = 2

Use Bluetooth Low Energy (LE) transport.

Android: TRANSPORT_LE iOS/macOS: Always used (only option available)