1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-03 08:19:41 +00:00

bluetoothapis: Add BluetoothRegisterForAuthenticationEx stub.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54112
This commit is contained in:
Mohamad Al-Jaf 2023-02-18 18:24:09 -05:00 committed by Alexandre Julliard
parent 5d2051eb64
commit f74c0f4c78
3 changed files with 12 additions and 2 deletions

View File

@ -51,7 +51,7 @@
@ stub BluetoothIsDiscoverable
@ stub BluetoothIsVersionAvailable
@ stub BluetoothRegisterForAuthentication
@ stub BluetoothRegisterForAuthenticationEx
@ stdcall BluetoothRegisterForAuthenticationEx(ptr ptr ptr ptr)
@ stub BluetoothRemoveDevice
@ stub BluetoothSdpEnumAttributes
@ stub BluetoothSdpGetAttributeValue

View File

@ -99,3 +99,13 @@ BOOL WINAPI BluetoothFindNextDevice(HBLUETOOTH_DEVICE_FIND find, BLUETOOTH_DEVIC
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
return FALSE;
}
/*********************************************************************
* BluetoothRegisterForAuthenticationEx
*/
DWORD WINAPI BluetoothRegisterForAuthenticationEx(const BLUETOOTH_DEVICE_INFO *info, HBLUETOOTH_AUTHENTICATION_REGISTRATION *out,
PFN_AUTHENTICATION_CALLBACK_EX callback, void *param)
{
FIXME("(%p, %p, %p, %p): stub!\n", info, out, callback, param);
return ERROR_CALL_NOT_IMPLEMENTED;
}

View File

@ -42,7 +42,7 @@
@ stub BluetoothMapClassOfDeviceToImageIndex
@ stub BluetoothMapClassOfDeviceToString
@ stub BluetoothRegisterForAuthentication
@ stub BluetoothRegisterForAuthenticationEx
@ stdcall -import BluetoothRegisterForAuthenticationEx(ptr ptr ptr ptr)
@ stub BluetoothRemoveDevice
@ stub BluetoothSdpEnumAttributes
@ stub BluetoothSdpGetAttributeValue