다음을 통해 공유


BluetoothLEDevice.RequestPreferredConnectionParameters 메서드

정의

지정된 Bluetooth LE 기본 설정 연결 매개 변수 개체에 대한 Bluetooth 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

Bluetooth LE 기본 설정 연결 매개 변수를 나타내는 BluetoothLEPreferredConnectionParameters 개체입니다.

반환

BluetoothLEPreferredConnectionParametersRequest 개체는 Bluetooth LE 기본 설정 연결 매개 변수 요청을 나타냅니다.

Windows 요구 사항

디바이스 패밀리
Windows 11 (10.0.22000.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v14.0에서 도입되었습니다.)
앱 기능
bluetooth

설명

펌웨어 업데이트를 수행할 때 사용자에 대한 작업을 신속하게 완료하려면 더 높은 처리량이 필요합니다. 이러한 시나리오에서는 펌웨어 업데이트 기간 동안 ThroughputOptimized 연결 매개 변수를 요청해야 합니다. 그러면 다른 Bluetooth 주변 장치에 대한 동시 연결 수가 줄어들고 드물게 사용해야 합니다. 펌웨어 업데이트가 완료되면 BluetoothLEDevice를 삭제하거나 요청된 새 연결 매개 변수를 사용하여 연결 매개 변수를 기본값으로 복원해야 합니다.

반대로 여러 LE 디바이스에 동시에 연결할 때 는 PowerOptimized를 사용해야 합니다. 그러면 연결에 허용되는 주변 장치 대기 시간이 증가하여 LE 디바이스가 호스트 OS에 응답해야 하는 간격이 줄어듭니다. 이를 통해 로컬 Bluetooth 라디오는 더 많은 연결을 동시에 예약할 수 있으며 호스트 OS와 주변 장치 모두에서 전원 사용량을 줄일 수 있습니다.

적용 대상