KSPROPERTY_ONESHOT_RECONNECT

The KSPROPERTY_ONESHOT_RECONNECT property is used to prompt the audio driver to attempt to connect to the Bluetooth audio device.

Usage Summary Table

Get Set Target Property descriptor type Property value type

Yes

No

Filter

KSPROPERTY

NULL

No property value is sent with this property request.

Return Value

The KSPROPERTY_ONESHOT_RECONNECT property returns STATUS_SUCCESS if the request is successful.

Note

A successful request means that the driver made an attempt to connect to the Bluetooth audio device, but does not necessarily mean that the attempt was successful.

Remarks

You can implement the KSPROPERTY_JACK_DESCRIPTION pin property in your driver. This implementation allows you to check the connection status of the endpoint after you make a KSPROPERTY_ONESHOT_RECONNECT property request.

Requirements

Version

Available in Windows 7 and later versions of Windows.

Header

Ksmedia.h (include Ksmedia.h)

See also

KSPROPERTY

KSPROPERTY_JACK_DESCRIPTION