Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
c9285f32
Commit
c9285f32
authored
Feb 18, 2023
by
Mohamad Al-Jaf
Committed by
Alexandre Julliard
Feb 21, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bluetoothapis: Add BluetoothUnregisterAuthentication stub.
parent
f74c0f4c
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
3 deletions
+13
-3
bluetoothapis.spec
dlls/bluetoothapis/bluetoothapis.spec
+1
-1
main.c
dlls/bluetoothapis/main.c
+10
-0
bthprops.cpl.spec
dlls/bthprops.cpl/bthprops.cpl.spec
+1
-1
irprops.cpl.spec
dlls/irprops.cpl/irprops.cpl.spec
+1
-1
No files found.
dlls/bluetoothapis/bluetoothapis.spec
View file @
c9285f32
...
@@ -63,7 +63,7 @@
...
@@ -63,7 +63,7 @@
@ stub BluetoothSetLocalServiceInfo
@ stub BluetoothSetLocalServiceInfo
@ stub BluetoothSetServiceState
@ stub BluetoothSetServiceState
@ stub BluetoothSetServiceStateEx
@ stub BluetoothSetServiceStateEx
@ st
ub BluetoothUnregisterAuthentication
@ st
dcall BluetoothUnregisterAuthentication(long)
@ stub BluetoothUpdateDeviceRecord
@ stub BluetoothUpdateDeviceRecord
@ stub BthpCheckForUnsupportedGuid
@ stub BthpCheckForUnsupportedGuid
@ stub BthpCleanupBRDeviceNode
@ stub BthpCleanupBRDeviceNode
...
...
dlls/bluetoothapis/main.c
View file @
c9285f32
...
@@ -109,3 +109,13 @@ DWORD WINAPI BluetoothRegisterForAuthenticationEx(const BLUETOOTH_DEVICE_INFO *i
...
@@ -109,3 +109,13 @@ DWORD WINAPI BluetoothRegisterForAuthenticationEx(const BLUETOOTH_DEVICE_INFO *i
FIXME
(
"(%p, %p, %p, %p): stub!
\n
"
,
info
,
out
,
callback
,
param
);
FIXME
(
"(%p, %p, %p, %p): stub!
\n
"
,
info
,
out
,
callback
,
param
);
return
ERROR_CALL_NOT_IMPLEMENTED
;
return
ERROR_CALL_NOT_IMPLEMENTED
;
}
}
/*********************************************************************
* BluetoothUnregisterAuthentication
*/
BOOL
WINAPI
BluetoothUnregisterAuthentication
(
HBLUETOOTH_AUTHENTICATION_REGISTRATION
handle
)
{
FIXME
(
"(%p): stub!
\n
"
,
handle
);
if
(
!
handle
)
SetLastError
(
ERROR_INVALID_HANDLE
);
return
FALSE
;
}
dlls/bthprops.cpl/bthprops.cpl.spec
View file @
c9285f32
...
@@ -55,7 +55,7 @@
...
@@ -55,7 +55,7 @@
@ stub BluetoothSendAuthenticationResponseEx
@ stub BluetoothSendAuthenticationResponseEx
@ stub BluetoothSetLocalServiceInfo
@ stub BluetoothSetLocalServiceInfo
@ stub BluetoothSetServiceState
@ stub BluetoothSetServiceState
@ st
ub BluetoothUnregisterAuthentication
@ st
dcall -import BluetoothUnregisterAuthentication(long)
@ stub BluetoothUpdateDeviceRecord
@ stub BluetoothUpdateDeviceRecord
@ stub BthpEnableAllServices
@ stub BthpEnableAllServices
@ stub BthpFindPnpInfo
@ stub BthpFindPnpInfo
...
...
dlls/irprops.cpl/irprops.cpl.spec
View file @
c9285f32
...
@@ -47,6 +47,6 @@
...
@@ -47,6 +47,6 @@
@ stub BluetoothSelectDevicesFree
@ stub BluetoothSelectDevicesFree
@ stub BluetoothSendAuthenticationResponse
@ stub BluetoothSendAuthenticationResponse
@ stub BluetoothSetServiceState
@ stub BluetoothSetServiceState
@ st
ub BluetoothUnregisterAuthentication
@ st
dcall -import BluetoothUnregisterAuthentication(long)
@ stub BluetoothUpdateDeviceRecord
@ stub BluetoothUpdateDeviceRecord
#@ stub CPlApplet
#@ stub CPlApplet
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment