BluetoothSelectDevicesFree function bthprops
Frees resources associated with a previous call to BluetoothSelectDevices.
To learn more, see learn.microsoft.com/windows/win32/api/bluetoothapis/nf-bluetoothapis-bluetoothselectdevicesfree.
Implementation
@pragma('vm:prefer-inline')
bool BluetoothSelectDevicesFree(
Pointer<BLUETOOTH_SELECT_DEVICE_PARAMS> pbtsdp,
) => _BluetoothSelectDevicesFree(pbtsdp) != FALSE;