// bthddi.h
struct _BRB_ACL_GET_MODE {
BRB_HEADER Hdr;
BTH_ADDR BtAddress;
ACL_MODE AclMode;
};
View the official Windows Driver Kit DDI reference
No description available.
The _BRB_ACL_GET_MODE structure describes the ACL mode for the specified remote device.
Hdr
A BRB_HEADER structure that contains information about the current BRB.
BtAddress
The address of the remote device.
AclMode
A 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.