BluetoothGetRadioInfo function bluetooth
The BluetoothGetRadioInfo function obtains information about a Bluetooth radio.
DWORD BluetoothGetRadioInfo(
HANDLE hRadio,
PBLUETOOTH_RADIO_INFO pRadioInfo
);
Implementation
int BluetoothGetRadioInfo(
int hRadio, Pointer<BLUETOOTH_RADIO_INFO> pRadioInfo) =>
_BluetoothGetRadioInfo(hRadio, pRadioInfo);