_BRB_ACL_GET_MODE structure (bthddi.h)

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)

See also

ACL_MODE

BRB_ACL_GET_MODE

BRB_HEADER