// bthddi.h
struct _BRB_ACL_ENTER_ACTIVE_MODE {
BRB_HEADER Hdr;
BTH_ADDR BtAddress;
};
View the official Windows Driver Kit DDI referenceNo description available.
The _BRB_ACL_ENTER_ACTIVE_MODE structure specifies the remote device to be placed into active mode.
HdrA BRB_HEADER structure that contains information about the current BRB.
BtAddressThe 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.