|
ReactOS 0.4.16-dev-2491-g3dc6630
|
#include <stdarg.h>#include <windef.h>#include <winbase.h>#include <winuser.h>#include <winreg.h>#include "wine/debug.h"#include "bthsdpdef.h"#include "bluetoothapis.h"#include "setupapi.h"#include "initguid.h"#include "bthdef.h"
Go to the source code of this file.
Classes | |
| struct | bluetooth_find_radio_handle |
| BOOL WINAPI BluetoothFindDeviceClose | ( | HBLUETOOTH_DEVICE_FIND | find | ) |
| HBLUETOOTH_DEVICE_FIND WINAPI BluetoothFindFirstDevice | ( | BLUETOOTH_DEVICE_SEARCH_PARAMS * | params, |
| BLUETOOTH_DEVICE_INFO * | info | ||
| ) |
| HBLUETOOTH_RADIO_FIND WINAPI BluetoothFindFirstRadio | ( | BLUETOOTH_FIND_RADIO_PARAMS * | params, |
| HANDLE * | radio | ||
| ) |
Definition at line 58 of file main.c.
| BOOL WINAPI BluetoothFindNextDevice | ( | HBLUETOOTH_DEVICE_FIND | find, |
| BLUETOOTH_DEVICE_INFO * | info | ||
| ) |
| BOOL WINAPI BluetoothFindNextRadio | ( | HBLUETOOTH_RADIO_FIND | find_handle, |
| HANDLE * | radio | ||
| ) |
Definition at line 136 of file main.c.
Referenced by BluetoothFindFirstRadio().
| BOOL WINAPI BluetoothFindRadioClose | ( | HBLUETOOTH_RADIO_FIND | find_handle | ) |
Definition at line 105 of file main.c.
Referenced by BluetoothFindFirstRadio().
| DWORD WINAPI BluetoothGetRadioInfo | ( | HANDLE | radio, |
| PBLUETOOTH_RADIO_INFO | info | ||
| ) |
| DWORD WINAPI BluetoothRegisterForAuthenticationEx | ( | const BLUETOOTH_DEVICE_INFO * | info, |
| HBLUETOOTH_AUTHENTICATION_REGISTRATION * | out, | ||
| PFN_AUTHENTICATION_CALLBACK_EX | callback, | ||
| void * | param | ||
| ) |
Definition at line 199 of file main.c.
| BOOL WINAPI BluetoothUnregisterAuthentication | ( | HBLUETOOTH_AUTHENTICATION_REGISTRATION | handle | ) |
| WINE_DEFAULT_DEBUG_CHANNEL | ( | bluetoothapis | ) |