BluetoothGetRadioInfo

[DllImport("Irprops.dll", SetLastError = true)]
public static extern uint BluetoothGetRadioInfo(
   IntPtr hRadio,
   ref BLUETOOTH_RADIO_INFO pRadioInfo
);

Microsoft documentation: Link

Last updated