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
079ff28f
Commit
079ff28f
authored
Feb 21, 2023
by
Mohamad Al-Jaf
Committed by
Alexandre Julliard
Feb 22, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Fix BluetoothRegisterForAuthentication prototype.
The first parameter is defined as const BLUETOOTH_DEVICE_INFO in MSDN and bluetoothapis.h.
parent
ba960ed4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bluetoothapis.h
include/bluetoothapis.h
+1
-1
No files found.
include/bluetoothapis.h
View file @
079ff28f
...
...
@@ -225,7 +225,7 @@ DWORD WINAPI BluetoothGetDeviceInfo(HANDLE, BLUETOOTH_DEVICE_INFO *);
DWORD
WINAPI
BluetoothGetRadioInfo
(
HANDLE
,
PBLUETOOTH_RADIO_INFO
);
BOOL
WINAPI
BluetoothIsConnectable
(
HANDLE
);
BOOL
WINAPI
BluetoothIsDiscoverable
(
HANDLE
);
DWORD
WINAPI
BluetoothRegisterForAuthentication
(
BLUETOOTH_DEVICE_INFO
*
,
HBLUETOOTH_AUTHENTICATION_REGISTRATION
*
,
PFN_AUTHENTICATION_CALLBACK
,
void
*
);
DWORD
WINAPI
BluetoothRegisterForAuthentication
(
const
BLUETOOTH_DEVICE_INFO
*
,
HBLUETOOTH_AUTHENTICATION_REGISTRATION
*
,
PFN_AUTHENTICATION_CALLBACK
,
void
*
);
DWORD
WINAPI
BluetoothRegisterForAuthenticationEx
(
const
BLUETOOTH_DEVICE_INFO
*
,
HBLUETOOTH_AUTHENTICATION_REGISTRATION
*
,
PFN_AUTHENTICATION_CALLBACK_EX
,
void
*
);
DWORD
WINAPI
BluetoothRemoveDevice
(
BLUETOOTH_ADDRESS
*
);
#define BluetoothEnumAttributes BluetoothSdpEnumAttributes
...
...
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