BluetoothSelectDevicesFree function bluetooth
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);