This topic has not yet been rated - Rate this topic

IOCTL_BTH_GET_RADIO_INFO control code

The IOCTL_BTH_GET_RADIO_INFO request obtains information about the specified remote radio.

Input Parameters

The AssociatedIrp.SystemBuffer member specifies the Bluetooth address of the remote radio to query.

Output Parameters

The AssociatedIrp.SystemBuffer member points to a buffer that holds a BTH_RADIO_INFO structure. This structure contains information about the remote radio's feature support for the Link Management Protocol (LMP), the radio's manufacturer ID, and its LMP version.

I/O Status Block

If the request is successful, the Information member of the STATUS_BLOCK structure is set to the size, in bytes, of the output buffer. Otherwise, the Information member is set to zero.

The Status member is set to one of the values in the following table.

Status valueDescription

STATUS_SUCCESS

The IOCTL completed successfully.

STATUS_DEVICE_NOT_CONNECTED

The device object for the specified device was not connected.

 

Remarks

The IOCTL_BTH_GET_RADIO_INFO IOCTL returns similar information as the IOCTL_BTH_GET_LOCAL_INFO IOCTL, but for a remote Bluetooth radio.

Requirements

Version

Versions: Supported in Windows Vista, and later.

Header

Bthioctl.h (include Bthioctl.h)

IRQL

<= PASSIVE_LEVEL

See also

BTH_RADIO_INFO

 

 

Send comments about this topic to Microsoft

Build date: 3/26/2012

Did you find this helpful?
(1500 characters remaining)