BluetoothLEDevice.RequestPreferredConnectionParameters 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取指定藍牙 LE 慣用連接參數物件的藍牙 LE 慣用連接參數要求物件。
public:
virtual BluetoothLEPreferredConnectionParametersRequest ^ RequestPreferredConnectionParameters(BluetoothLEPreferredConnectionParameters ^ preferredConnectionParameters) = RequestPreferredConnectionParameters;
BluetoothLEPreferredConnectionParametersRequest RequestPreferredConnectionParameters(BluetoothLEPreferredConnectionParameters const& preferredConnectionParameters);
public BluetoothLEPreferredConnectionParametersRequest RequestPreferredConnectionParameters(BluetoothLEPreferredConnectionParameters preferredConnectionParameters);
function requestPreferredConnectionParameters(preferredConnectionParameters)
Public Function RequestPreferredConnectionParameters (preferredConnectionParameters As BluetoothLEPreferredConnectionParameters) As BluetoothLEPreferredConnectionParametersRequest
參數
- preferredConnectionParameters
- BluetoothLEPreferredConnectionParameters
代表藍牙 LE 慣用連線參數的 BluetoothLEPreferredConnectionParameters 物件。
傳回
代表藍牙 LE 慣用連線參數要求的 BluetoothLEPreferredConnectionParametersRequest 物件。
Windows 需求
裝置系列 |
Windows 11 (已於 10.0.22000.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v14.0 引進)
|
應用程式功能 |
bluetooth
|
備註
執行韌體更新時,需要更高的輸送量,才能快速完成使用者的作業。 在這些情況下,您應該在韌體更新期間要求 ThroughputOptimized 連線參數。 這樣可減少其他藍牙周邊的並行連線數目,而且應該謹慎使用。 韌體更新完成後,您應該透過處置 BluetoothLEDevice或要求的新連線參數,將連線參數還原為其預設值。
相反地,同時連線到多個 LE 裝置時,您應該使用 PowerOptimized。 這樣會增加連線可接受的周邊延遲,減少 LE 裝置必須回應主機 OS 的間隔。 這可讓本機藍牙無線電同時排程更多連線,並減少主機 OS 和周邊裝置上的電源使用量。