// bthddi.h
struct _BRB_ACL_ENTER_ACTIVE_MODE {
BRB_HEADER Hdr;
BTH_ADDR BtAddress;
};
View the official Windows Driver Kit DDI reference
No description available.
The _BRB_ACL_ENTER_ACTIVE_MODE structure specifies the remote device to be placed into active mode.
Hdr
A BRB_HEADER structure that contains information about the current BRB.
BtAddress
The address of the remote device.
To place a remote device into active mode, profile drivers should build and send a BRB_ACL_ENTER_ACTIVE_MODE request.