BluetoothSelectDevicesFree function bluetooth

int BluetoothSelectDevicesFree(
  1. Pointer<BLUETOOTH_SELECT_DEVICE_PARAMS> pbtsdp
)

The BluetoothSelectDevicesFree function frees resources associated with a previous call to BluetoothSelectDevices.

BOOL BluetoothSelectDevicesFree(
  BLUETOOTH_SELECT_DEVICE_PARAMS *pbtsdp
);

Implementation

int BluetoothSelectDevicesFree(
  Pointer<BLUETOOTH_SELECT_DEVICE_PARAMS> pbtsdp,
) => _BluetoothSelectDevicesFree(pbtsdp);