Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The _BRB_ACL_GET_MODE structure describes the ACL mode for the specified remote device.
Syntax
struct _BRB_ACL_GET_MODE {
BRB_HEADER Hdr;
BTH_ADDR BtAddress;
ACL_MODE AclMode;
};
Members
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.
Remarks
To get the current ACL connection state for a remote device, profile drivers should build and send a BRB_ACL_GET_MODE request.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Versions:_Supported in Windows Vista, and later. |
Header | bthddi.h (include Bthddi.h) |