_BRB_ACL_ENTER_ACTIVE_MODE - NtDoc

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

struct _BRB_ACL_ENTER_ACTIVE_MODE {
  BRB_HEADER Hdr;
  BTH_ADDR   BtAddress;
};

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_BRB_ACL_ENTER_ACTIVE_MODE structure

Description

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

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.

See also

BRB_ACL_ENTER_ACTIVE_MODE

BRB_HEADER