BluetoothGetRadioInfo

[DllImport("BluetoothApis.dll", SetLastError = true)][return: MarshalAs(UnmanagedType.Bool)]
public static extern bool BluetoothGetRadioInfo(
   IntPtr hRadio,
   ref BLUETOOTH_RADIO_INFO pRadioInfo
);

Microsoft documentation: Link

Last updated