9 Dec
2015
9 Dec
'15
7: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.