BluetoothAdapter.IsCentralRoleSupported Property

Definition

Gets a boolean indicating if the adapater supports LowEnergy central role.

public:
 property bool IsCentralRoleSupported { bool get(); };
bool IsCentralRoleSupported();
public bool IsCentralRoleSupported { get; }
var boolean = bluetoothAdapter.isCentralRoleSupported;
Public ReadOnly Property IsCentralRoleSupported As Boolean

Property Value

Boolean

bool

Gets a boolean indicating if the adapater supports LowEnergy central role.

Windows requirements

App capabilities
bluetooth

Applies to