Share via


IOCTL_BLUETOOTH_GET_PEER_DEVICE

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This IOCTL retrieves the address of a peer Bluetooth device.

Parameters

  • dwCode
    [in] Specifies this code.
  • pBufIn
    Ignored.
  • dwLenIn
    Ignored.
  • pBufOut
    Points to BT_ADDR that stores the address of the peer device.
  • dwLenOut
    Specifies the size of BT_ADDR pointed by pBufOut.
  • pdwActualOut
    Ignored.

Remarks

BT_ADDR is defined in Ws2bth.h:

typedef ULONGLONG bt_addr, *pbt_addr, BT_ADDR, *PBT_ADDR;

Requirements

Header bt_api.h
Windows Embedded CE Windows CE .NET 4.2 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

Bluetooth Application Development IOCTLs

Concepts

Creating a Connection to a Remote Device Using a Virtual COM Port