IOCTL_BLUETOOTH_GET_PEER_DEVICE (Windows Embedded CE 6.0)
1/6/2010
This IOCTL retrieves the address of a peer Bluetooth device.
Parameters
- dwOpenData **
[in] Specifies the handle returned from a call to the COM_Open function.
- 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 |
See Also
Reference
Bluetooth Application Development IOCTLs
Concepts
Creating a Connection to a Remote Device Using a Virtual COM Port