共用方式為


BluetoothAdapter.AreClassicSecureConnectionsSupported 屬性

定義

取得或設定值,指出傳統配對藍牙裝置是否支援安全連線。

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

屬性值

Boolean

bool

指出傳統配對藍牙裝置是否支援安全連線。

Windows 需求

裝置系列
Windows 10, version 1803 (已於 10.0.17134.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v6.0 引進)

適用於