共用方式為


BluetoothLEDevice.GetConnectionParameters 方法

定義

擷取遠端裝置的連接參數。 如果多個應用程式或其他系統案例也要求這些參數,則系統會根據系統優先順序自動合併相容參數。

注意

當裝置未連線時,連線參數 (所有零) 無效。

public:
 virtual BluetoothLEConnectionParameters ^ GetConnectionParameters() = GetConnectionParameters;
BluetoothLEConnectionParameters GetConnectionParameters();
public BluetoothLEConnectionParameters GetConnectionParameters();
function getConnectionParameters()
Public Function GetConnectionParameters () As BluetoothLEConnectionParameters

傳回

BluetoothLEConnectionParameters物件,代表遠端裝置的連接參數。

Windows 需求

裝置系列
Windows 11 (已於 10.0.22000.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v14.0 引進)
應用程式功能
bluetooth

適用於