IOCTL_BLUETOOTH_GET_PEER_DEVICE (Windows CE 5.0)
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
OS Versions: Windows CE.NET 4.2 and later.
Header: bt_api.h.
See Also
Bluetooth Application Development IOCTLs | Creating a Connection to a Remote Device Using a Virtual COM Port
Send Feedback on this topic to the authors