Share via


Routing Audio to the Bluetooth Hardware

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

The AG service provides the functionality for routing audio to the Bluetooth chip. This is done by sending the message, WODM_BT_SCO_AUDIO_CONTROL that the audio driver receives to route audio.

Note

The Audio Gateway service automatically creates a SCO connection to the headset device.

Windows Embedded CE provides a sample audio driver, Btscosnd that processes this message in the WAV_IOControl function to provide audio routing. WODM_BT_SCO_AUDIO_CONTROL offsets the need for the hardware platform to provide this functionality.

For more information about Btscosnd, see Protocol Extension Sample.

See Also

Concepts

Audio Gateway Service