Commit a700b620 authored by Mohamad Al-Jaf's avatar Mohamad Al-Jaf Committed by Alexandre Julliard

bthprops.cpl: Move implementations to bluetoothapis and import them.

parent e5b1ddea
MODULE = bluetoothapis.dll MODULE = bluetoothapis.dll
IMPORTLIB = bluetoothapis
EXTRADLLFLAGS = -Wb,--prefer-native EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
main.c
...@@ -7,28 +7,28 @@ ...@@ -7,28 +7,28 @@
@ stub BluetoothEnumerateLocalServices @ stub BluetoothEnumerateLocalServices
@ stub BluetoothFindBrowseGroupClose @ stub BluetoothFindBrowseGroupClose
@ stub BluetoothFindClassIdClose @ stub BluetoothFindClassIdClose
@ stub BluetoothFindDeviceClose @ stdcall BluetoothFindDeviceClose(ptr)
@ stub BluetoothFindFirstBrowseGroup @ stub BluetoothFindFirstBrowseGroup
@ stub BluetoothFindFirstClassId @ stub BluetoothFindFirstClassId
@ stub BluetoothFindFirstDevice @ stdcall BluetoothFindFirstDevice(ptr ptr)
@ stub BluetoothFindFirstProfileDescriptor @ stub BluetoothFindFirstProfileDescriptor
@ stub BluetoothFindFirstProtocolDescriptorStack @ stub BluetoothFindFirstProtocolDescriptorStack
@ stub BluetoothFindFirstProtocolEntry @ stub BluetoothFindFirstProtocolEntry
@ stub BluetoothFindFirstRadio @ stdcall BluetoothFindFirstRadio(ptr ptr)
@ stub BluetoothFindFirstService @ stub BluetoothFindFirstService
@ stub BluetoothFindFirstServiceEx @ stub BluetoothFindFirstServiceEx
@ stub BluetoothFindNextBrowseGroup @ stub BluetoothFindNextBrowseGroup
@ stub BluetoothFindNextClassId @ stub BluetoothFindNextClassId
@ stub BluetoothFindNextDevice @ stdcall BluetoothFindNextDevice(ptr ptr)
@ stub BluetoothFindNextProfileDescriptor @ stub BluetoothFindNextProfileDescriptor
@ stub BluetoothFindNextProtocolDescriptorStack @ stub BluetoothFindNextProtocolDescriptorStack
@ stub BluetoothFindNextProtocolEntry @ stub BluetoothFindNextProtocolEntry
@ stub BluetoothFindNextRadio @ stdcall BluetoothFindNextRadio(ptr ptr)
@ stub BluetoothFindNextService @ stub BluetoothFindNextService
@ stub BluetoothFindProfileDescriptorClose @ stub BluetoothFindProfileDescriptorClose
@ stub BluetoothFindProtocolDescriptorStackClose @ stub BluetoothFindProtocolDescriptorStackClose
@ stub BluetoothFindProtocolEntryClose @ stub BluetoothFindProtocolEntryClose
@ stub BluetoothFindRadioClose @ stdcall BluetoothFindRadioClose(ptr)
@ stub BluetoothFindServiceClose @ stub BluetoothFindServiceClose
@ stub BluetoothGATTAbortReliableWrite @ stub BluetoothGATTAbortReliableWrite
@ stub BluetoothGATTBeginReliableWrite @ stub BluetoothGATTBeginReliableWrite
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
@ stub BluetoothGATTUnregisterEvent @ stub BluetoothGATTUnregisterEvent
@ stub BluetoothGetDeviceInfo @ stub BluetoothGetDeviceInfo
@ stub BluetoothGetLocalServiceInfo @ stub BluetoothGetLocalServiceInfo
@ stub BluetoothGetRadioInfo @ stdcall BluetoothGetRadioInfo(ptr ptr)
@ stub BluetoothGetServicePnpInstance @ stub BluetoothGetServicePnpInstance
@ stub BluetoothIsConnectable @ stub BluetoothIsConnectable
@ stub BluetoothIsDiscoverable @ stub BluetoothIsDiscoverable
......
/* /*
* Bluetooth properties control panel * Bluetooth APIs
* *
* Copyright 2016 Austin English * Copyright 2016 Austin English
* *
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include "bthsdpdef.h" #include "bthsdpdef.h"
#include "bluetoothapis.h" #include "bluetoothapis.h"
WINE_DEFAULT_DEBUG_CHANNEL(bthpropscpl); WINE_DEFAULT_DEBUG_CHANNEL(bluetoothapis);
/********************************************************************* /*********************************************************************
* BluetoothFindFirstDevice * BluetoothFindFirstDevice
......
MODULE = bthprops.cpl MODULE = bthprops.cpl
IMPORTS = bluetoothapis
C_SRCS = \
main.c
...@@ -11,31 +11,31 @@ ...@@ -11,31 +11,31 @@
@ stub BluetoothEnumerateInstalledServicesEx @ stub BluetoothEnumerateInstalledServicesEx
@ stub BluetoothFindBrowseGroupClose @ stub BluetoothFindBrowseGroupClose
@ stub BluetoothFindClassIdClose @ stub BluetoothFindClassIdClose
@ stdcall BluetoothFindDeviceClose(ptr) @ stdcall -import BluetoothFindDeviceClose(ptr)
@ stub BluetoothFindFirstBrowseGroup @ stub BluetoothFindFirstBrowseGroup
@ stub BluetoothFindFirstClassId @ stub BluetoothFindFirstClassId
@ stdcall BluetoothFindFirstDevice(ptr ptr) @ stdcall -import BluetoothFindFirstDevice(ptr ptr)
@ stub BluetoothFindFirstProfileDescriptor @ stub BluetoothFindFirstProfileDescriptor
@ stub BluetoothFindFirstProtocolDescriptorStack @ stub BluetoothFindFirstProtocolDescriptorStack
@ stub BluetoothFindFirstProtocolEntry @ stub BluetoothFindFirstProtocolEntry
@ stdcall BluetoothFindFirstRadio(ptr ptr) @ stdcall -import BluetoothFindFirstRadio(ptr ptr)
@ stub BluetoothFindFirstService @ stub BluetoothFindFirstService
@ stub BluetoothFindFirstServiceEx @ stub BluetoothFindFirstServiceEx
@ stub BluetoothFindNextBrowseGroup @ stub BluetoothFindNextBrowseGroup
@ stub BluetoothFindNextClassId @ stub BluetoothFindNextClassId
@ stdcall BluetoothFindNextDevice(ptr ptr) @ stdcall -import BluetoothFindNextDevice(ptr ptr)
@ stub BluetoothFindNextProfileDescriptor @ stub BluetoothFindNextProfileDescriptor
@ stub BluetoothFindNextProtocolDescriptorStack @ stub BluetoothFindNextProtocolDescriptorStack
@ stub BluetoothFindNextProtocolEntry @ stub BluetoothFindNextProtocolEntry
@ stdcall BluetoothFindNextRadio(ptr ptr) @ stdcall -import BluetoothFindNextRadio(ptr ptr)
@ stub BluetoothFindNextService @ stub BluetoothFindNextService
@ stub BluetoothFindProfileDescriptorClose @ stub BluetoothFindProfileDescriptorClose
@ stub BluetoothFindProtocolDescriptorStackClose @ stub BluetoothFindProtocolDescriptorStackClose
@ stub BluetoothFindProtocolEntryClose @ stub BluetoothFindProtocolEntryClose
@ stdcall BluetoothFindRadioClose(ptr) @ stdcall -import BluetoothFindRadioClose(ptr)
@ stub BluetoothFindServiceClose @ stub BluetoothFindServiceClose
@ stub BluetoothGetDeviceInfo @ stub BluetoothGetDeviceInfo
@ stdcall BluetoothGetRadioInfo(ptr ptr) @ stdcall -import BluetoothGetRadioInfo(ptr ptr)
@ stub BluetoothIsConnectable @ stub BluetoothIsConnectable
@ stub BluetoothIsDiscoverable @ stub BluetoothIsDiscoverable
@ stub BluetoothIsVersionAvailable @ stub BluetoothIsVersionAvailable
......
MODULE = irprops.cpl MODULE = irprops.cpl
IMPORTS = bluetoothapis
...@@ -8,30 +8,30 @@ ...@@ -8,30 +8,30 @@
@ stub BluetoothEnumerateInstalledServices @ stub BluetoothEnumerateInstalledServices
@ stub BluetoothFindBrowseGroupClose @ stub BluetoothFindBrowseGroupClose
@ stub BluetoothFindClassIdClose @ stub BluetoothFindClassIdClose
@ stdcall BluetoothFindDeviceClose(ptr) bthprops.cpl.BluetoothFindDeviceClose @ stdcall -import BluetoothFindDeviceClose(ptr)
@ stub BluetoothFindFirstBrowseGroup @ stub BluetoothFindFirstBrowseGroup
@ stub BluetoothFindFirstClassId @ stub BluetoothFindFirstClassId
@ stdcall BluetoothFindFirstDevice(ptr ptr) bthprops.cpl.BluetoothFindFirstDevice @ stdcall -import BluetoothFindFirstDevice(ptr ptr)
@ stub BluetoothFindFirstProfileDescriptor @ stub BluetoothFindFirstProfileDescriptor
@ stub BluetoothFindFirstProtocolDescriptorStack @ stub BluetoothFindFirstProtocolDescriptorStack
@ stub BluetoothFindFirstProtocolEntry @ stub BluetoothFindFirstProtocolEntry
@ stdcall BluetoothFindFirstRadio(ptr ptr) bthprops.cpl.BluetoothFindFirstRadio @ stdcall -import BluetoothFindFirstRadio(ptr ptr)
@ stub BluetoothFindFirstService @ stub BluetoothFindFirstService
@ stub BluetoothFindNextBrowseGroup @ stub BluetoothFindNextBrowseGroup
@ stub BluetoothFindNextClassId @ stub BluetoothFindNextClassId
@ stdcall BluetoothFindNextDevice(ptr ptr) bthprops.cpl.BluetoothFindNextDevice @ stdcall -import BluetoothFindNextDevice(ptr ptr)
@ stub BluetoothFindNextProfileDescriptor @ stub BluetoothFindNextProfileDescriptor
@ stub BluetoothFindNextProtocolDescriptorStack @ stub BluetoothFindNextProtocolDescriptorStack
@ stub BluetoothFindNextProtocolEntry @ stub BluetoothFindNextProtocolEntry
@ stdcall BluetoothFindNextRadio(ptr ptr) bthprops.cpl.BluetoothFindNextRadio @ stdcall -import BluetoothFindNextRadio(ptr ptr)
@ stub BluetoothFindNextService @ stub BluetoothFindNextService
@ stub BluetoothFindProfileDescriptorClose @ stub BluetoothFindProfileDescriptorClose
@ stub BluetoothFindProtocolDescriptorStackClose @ stub BluetoothFindProtocolDescriptorStackClose
@ stub BluetoothFindProtocolEntryClose @ stub BluetoothFindProtocolEntryClose
@ stdcall BluetoothFindRadioClose(ptr) bthprops.cpl.BluetoothFindRadioClose @ stdcall -import BluetoothFindRadioClose(ptr)
@ stub BluetoothFindServiceClose @ stub BluetoothFindServiceClose
@ stub BluetoothGetDeviceInfo @ stub BluetoothGetDeviceInfo
@ stdcall BluetoothGetRadioInfo(ptr ptr) bthprops.cpl.BluetoothGetRadioInfo @ stdcall -import BluetoothGetRadioInfo(ptr ptr)
@ stub BluetoothIsConnectable @ stub BluetoothIsConnectable
@ stub BluetoothIsDiscoverable @ stub BluetoothIsDiscoverable
@ stub BluetoothMapClassOfDeviceToImageIndex @ stub BluetoothMapClassOfDeviceToImageIndex
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment