// bthddi.h
typedef enum _SCO_LINK_TYPE {
ScoLinkType,
eScoLinkType
} SCO_LINK_TYPE, *PSCO_LINK_TYPE;
View the official Windows Driver Kit DDI referenceNo 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.
ScoLinkTypeThis value indicates that the link used by the connection is a SCO link.
eScoLinkTypeThis value indicates that the link used by the connection is an eSCO link.
The SCO_INDICATION_PARAMETERS structure uses this enumeration.