// bthddi.h
struct _BRB_GET_LOCAL_BD_ADDR {
BRB_HEADER Hdr;
BTH_ADDR BtAddress;
};
View the official Windows Driver Kit DDI reference
No description available.
The _BRB_GET_LOCAL_BD_ADDR structure describes the address of the local radio.
Hdr
A BRB_HEADER structure that contains information about the current BRB.
BtAddress
An output member that receives the address of the local radio.
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.