BluetoothFindFirstRadio function bluetooth
The BluetoothFindFirstRadio function begins the enumeration of local Bluetooth radios.
HBLUETOOTH_RADIO_FIND BluetoothFindFirstRadio(
const BLUETOOTH_FIND_RADIO_PARAMS *pbtfrp,
HANDLE *phRadio
);
Implementation
int BluetoothFindFirstRadio(
Pointer<BLUETOOTH_FIND_RADIO_PARAMS> pbtfrp, Pointer<IntPtr> phRadio) =>
_BluetoothFindFirstRadio(pbtfrp, phRadio);