Re: [PATCH 3/3] bthprops.cpl: add BluetoothFindFirstRadio/BluetoothFindRadioClose stubs
9 Dec
2015
9 Dec
'15
10:04 a.m.
On Sat, Dec 5, 2015 at 7:21 AM, Austin English <austinenglish(a)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.
3659
Age (days ago)
3659
Last active (days ago)
0 comments
1 participants
participants (1)
-
Bruno Jesus