_BRB_GET_LOCAL_BD_ADDR - NtDoc

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

struct _BRB_GET_LOCAL_BD_ADDR {
  BRB_HEADER Hdr;
  BTH_ADDR   BtAddress;
};

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_BRB_GET_LOCAL_BD_ADDR structure

Description

The _BRB_GET_LOCAL_BD_ADDR structure describes the address of the local radio.

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.

See also

BRB_HCI_GET_LOCAL_BD_ADDR

BRB_HEADER