Enum BluetoothLeScanMode

Definition

Namespace:
Tizen.Network.Bluetooth
Assembly:
Tizen.Network.Bluetooth.dll
API Level:
7

Enumeration for the Bluetooth LE scan mode.

C#
Copy
public enum BluetoothLeScanMode : int
Name Description
Balanced

Balanced mode of power consumption and connection latency

LowEnergy

Low power consumption but high connection latency

LowLatency

Low connection latency but high power consumption

Extension Methods