_BRB_ACL_GET_MODE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// bthddi.h

struct _BRB_ACL_GET_MODE {
  BRB_HEADER Hdr;
  BTH_ADDR   BtAddress;
  ACL_MODE   AclMode;
};

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-bthddi-_brb_acl_get_mode)

_BRB_ACL_GET_MODE structure

Description

The _BRB_ACL_GET_MODE structure describes the ACL mode for the specified remote device.

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.

See also

ACL_MODE

BRB_ACL_GET_MODE

BRB_HEADER