// bthddi.h
struct _BRB_ACL_GET_MODE {
BRB_HEADER Hdr;
BTH_ADDR BtAddress;
ACL_MODE AclMode;
};
View the official Windows Driver Kit DDI referenceNo description available.
The _BRB_ACL_GET_MODE structure describes the ACL mode for the specified remote device.
HdrA BRB_HEADER structure that contains information about the current BRB.
BtAddressThe address of the remote device.
AclModeA value from the ACL_MODE enumeration that specifies the ACL mode of the remote device.
To get the current ACL connection state for a remote device, profile drivers should build and send a BRB_ACL_GET_MODE request.