SCO_LINK_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// bthddi.h

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

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-bthddi-_sco_link_type)

_SCO_LINK_TYPE enumeration

Description

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

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.

See also

SCO_INDICATION_PARAMETERS