_BRB_GET_LOCAL_BD_ADDR structure (bthddi.h)

The _BRB_GET_LOCAL_BD_ADDR structure describes the address of the local radio.

Syntax

struct _BRB_GET_LOCAL_BD_ADDR {
  BRB_HEADER Hdr;
  BTH_ADDR   BtAddress;
};

Members

Hdr

A BRB_HEADER structure that contains information about the current BRB.

BtAddress

An output member that receives the address of the local radio.

Remarks

To get the address of the local radio, profile drivers should build and send a BRB_HCI_GET_LOCAL_BD_ADDR request.

Only a single local radio is supported by the Bluetooth driver stack.

Requirements

Requirement Value
Minimum supported client Versions:_Supported in Windows Vista, and later.
Header bthddi.h (include Bthddi.h)

See also

BRB_HCI_GET_LOCAL_BD_ADDR

BRB_HEADER