_BRB_SCO_CLOSE_CHANNEL - NtDoc

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

struct _BRB_SCO_CLOSE_CHANNEL {
  BRB_HEADER         Hdr;
  BTH_ADDR           BtAddress;
  SCO_CHANNEL_HANDLE ChannelHandle;
};

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-bthddi-_brb_sco_close_channel)

_BRB_SCO_CLOSE_CHANNEL structure

Description

The _BRB_SCO_CLOSE_CHANNEL structure describes a currently open SCO channel to close.

Members

Hdr

A BRB_HEADER structure that contains information about the current BRB.

BtAddress

The Bluetooth address of the remote device.

ChannelHandle

The handle to the SCO channel to close.

Remarks

To close a SCO channel, profile drivers should build and send a BRB_SCO_CLOSE_CHANNEL request.

A BRB_SCO_CLOSE_CHANNEL request can be made for a channel that was initiated locally or remotely. If a profile driver has multiple SCO connections to a single remote device, it must close each one individually.

See also

BRB_HEADER

BRB_SCO_CLOSE_CHANNEL