Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

SCO_RETRANSMISSION_EFFORT enumeration (bthddi.h)

The SCO_RETRANSMISSION_EFFORT enumeration type is used to determine the retransmission policies of a SCO channel.

Syntax

typedef enum _SCO_RETRANSMISSION_EFFORT {
 SCO_RETRANSMISSION_NONE,
 SCO_RETRANSMISSION_MIN1_POWER,
 SCO_RETRANSMISSION_MIN1_QUALITY,
 SCO_RETRANSMISSION_DONT_CARE
} SCO_RETRANSMISSION_EFFORT, *PSCO_RETRANSMISSION_EFFORT;

Constants

 
SCO_RETRANSMISSION_NONE
The profile driver specifies that there should be no retransmissions on the channel.
SCO_RETRANSMISSION_MIN1_POWER
The profile driver specifies that there should be at least one retransmission on the channel. Any
retransmissions that are performed should be optimized for power consumption.
SCO_RETRANSMISSION_MIN1_QUALITY
The profile driver specifies that there should be at least one retransmission on the channel. Any
retransmissions that are performed should be optimized for link quality.
SCO_RETRANSMISSION_DONT_CARE
The profile driver specifies that retransmissions can occur, but are not required.

Requirements

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

Feedback

Was this page helpful?

Additional resources