SCO_LINK_TYPE enumeration (bthddi.h)

The SCO_LINK_TYPE enumeration type describes the type of link used by the SCO connection when a ScoIndicationRemoteConnect indication event is processed.

Syntax

typedef enum _SCO_LINK_TYPE {
  ScoLinkType,
  eScoLinkType
} SCO_LINK_TYPE, *PSCO_LINK_TYPE;

Constants

 
ScoLinkType
This value indicates that the link used by the connection is a SCO link.
eScoLinkType
This value indicates that the link used by the connection is an eSCO link.

Remarks

The SCO_INDICATION_PARAMETERS structure uses this enumeration.

Requirements

Requirement Value
Minimum supported client Versions:_Supported in Windows Vista, and later.
Header bthddi.h (include Bthddi.h)

See also

SCO_INDICATION_PARAMETERS