Enum TransportType
- Namespace
- Bluetooth.Abstractions.Enums
- Assembly
- Bluetooth.Abstractions.dll
Defines the transport type for Bluetooth connections.
public enum TransportType
Fields
Auto = 0Automatically select transport based on device capabilities (default).
Android: TRANSPORT_AUTO
BrEdr = 1Use classic Bluetooth (BR/EDR) transport.
Android: TRANSPORT_BREDR Not supported for BLE operations
Le = 2Use Bluetooth Low Energy (LE) transport.
Android: TRANSPORT_LE iOS/macOS: Always used (only option available)