// bthddi.h
typedef enum _SCO_LINK_TYPE {
ScoLinkType,
eScoLinkType
} SCO_LINK_TYPE, *PSCO_LINK_TYPE;
View the official Windows Driver Kit DDI reference
No description available.
The SCO_LINK_TYPE enumeration type describes the type of link used by the SCO connection when a ScoIndicationRemoteConnect indication event is processed.
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.
The SCO_INDICATION_PARAMETERS structure uses this enumeration.