BluetoothSelectDevicesFree function bthprops

bool BluetoothSelectDevicesFree(
  1. Pointer<BLUETOOTH_SELECT_DEVICE_PARAMS> pbtsdp
)

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;