_BRB_SCO_CLOSE_CHANNEL structure (bthddi.h)

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

Syntax

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

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.

Requirements

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

See also

BRB_HEADER

BRB_SCO_CLOSE_CHANNEL