[PATCH 3/3] bthprops.cpl: add BluetoothFindFirstRadio/BluetoothFindRadioClose stubs

Bruno Jesus 00cpxxx at gmail.com
Wed Dec 9 01:04:49 CST 2015


On Sat, Dec 5, 2015 at 7:21 AM, Austin English <austinenglish at gmail.com> wrote:
>
> +HBLUETOOTH_RADIO_FIND WINAPI BluetoothFindFirstRadio(BLUETOOTH_FIND_RADIO_PARAMS *params, HANDLE *radio)
> +{
> +    FIXME("(%p %p): stub!\n", params, radio);
> +    *radio = NULL;
> +    SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
> +    return NULL;
> +}

Please set the last error to ERROR_NO_MORE_ITEMS. This is the common
return when no devices are found and will make other bluetooth
appications more happy.



More information about the wine-devel mailing list