BluetoothAdapter.IsPeripheralRoleSupported Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|