BthAcceptSCOConnections

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This function instructs the Bluetooth stack to accept incoming SCO connections.

Syntax

int BthAcceptSCOConnections ( BOOL fAccept);

Parameters

  • fAccept
    Specify TRUE to accept SCO connections. By default, SCO connections are not accepted.

Return Value

This function returns ERROR_SUCCESS when it completes successfully. Other standard error codes may be returned as appropriate.

Requirements

Header bt_api.h
Library Btdrt.lib
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

Bluetooth OS Functions

Other Resources

Bluetooth Application Development