_BRB_ACL_ENTER_ACTIVE_MODE structure (bthddi.h)

The _BRB_ACL_ENTER_ACTIVE_MODE structure specifies the remote device to be placed into active mode.

Syntax

struct _BRB_ACL_ENTER_ACTIVE_MODE {
  BRB_HEADER Hdr;
  BTH_ADDR   BtAddress;
};

Members

Hdr

A BRB_HEADER structure that contains information about the current BRB.

BtAddress

The address of the remote device.

Remarks

To place a remote device into active mode, profile drivers should build and send a BRB_ACL_ENTER_ACTIVE_MODE request.

Requirements

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

See also

BRB_ACL_ENTER_ACTIVE_MODE

BRB_HEADER