BluetoothAdapter.IsPeripheralRoleSupported Property

Definition

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

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

Property Value

Boolean

bool

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

Windows requirements

App capabilities
bluetooth

Applies to