Skip to content

Latest commit

 

History

History
82 lines (62 loc) · 2.25 KB

ns-bthddi-_brb_sco_flush_channel.md

File metadata and controls

82 lines (62 loc) · 2.25 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NS:bthddi._BRB_SCO_FLUSH_CHANNEL
_BRB_SCO_FLUSH_CHANNEL (bthddi.h)
The _BRB_SCO_FLUSH_CHANNEL structure describes a flush operation for a SCO channel.
bltooth\_brb_sco_flush_channel.htm
bltooth
04/27/2018
BRB_SCO_FLUSH_CHANNEL structure
_BRB_SCO_FLUSH_CHANNEL, _BRB_SCO_FLUSH_CHANNEL structure [Bluetooth Devices], bltooth._brb_sco_flush_channel, bth_structs_d2a9941d-7091-402d-87bc-a5da139dfc1f.xml, bthddi/_BRB_SCO_FLUSH_CHANNEL
bthddi.h
Bthddi.h
Windows
Versions:\_Supported in Windows Vista, and later.
Windows
_BRB_SCO_FLUSH_CHANNEL
bthddi/_BRB_SCO_FLUSH_CHANNEL
APIRef
kbSyntax
HeaderDef
bthddi.h
_BRB_SCO_FLUSH_CHANNEL

_BRB_SCO_FLUSH_CHANNEL structure

-description

The _BRB_SCO_FLUSH_CHANNEL structure describes a flush operation for a SCO channel.

-struct-fields

-field Hdr

A BRB_HEADER structure that contains information about the current BRB.

-field BtAddress

The Bluetooth address of the remote device.

-field ChannelHandle

The handle to the SCO channel to flush.

-field FlushFlags

Valid flags may be combined using a logical OR operation

SCO_FLUSH_DIRECTION_OUT

SCO_FLUSH_DIRECTION_IN

-remarks

To flush a SCO channel, profile drivers should build and send a BRB_SCO_FLUSH_CHANNEL request.

All pending data transfer IRPs will be completed with STATUS_REQUEST_ABORTED. In-progress IRPs will be completed normally, with success or failure,depending on whether the Bluetooth driver stack was able to transfer data to or from the remote device.

-see-also

BRB_HEADER

BRB_SCO_FLUSH_CHANNEL