#include <windows.h>#include <zeusbase/Net/bluetooth/bcb6/ws2bth.h>Go to the source code of this file.
| #define BLUETOOTH_ADDRESS BLUETOOTH_ADDRESS_STRUCT |
| #define BLUETOOTH_DEVICE_INFO BLUETOOTH_DEVICE_INFO_STRUCT |
| #define BLUETOOTH_DEVICE_NAME_SIZE (256) |
| #define BLUETOOTH_MAX_NAME_SIZE (248) |
| #define BLUETOOTH_MAX_PASSKEY_BUFFER_SIZE (BLUETOOTH_MAX_PASSKEY_SIZE + 1) |
| #define BLUETOOTH_MAX_PASSKEY_SIZE (16) |
| #define BLUETOOTH_MAX_SERVICE_NAME_SIZE (256) |
| #define BLUETOOTH_NULL_ADDRESS ( (ULONGLONG) 0x0 ) |
| typedef struct _BLUETOOTH_ADDRESS BLUETOOTH_ADDRESS_STRUCT |
| typedef struct _BLUETOOTH_DEVICE_INFO BLUETOOTH_DEVICE_INFO_STRUCT |
| typedef struct _BLUETOOTH_DEVICE_SEARCH_PARAMS BLUETOOTH_DEVICE_SEARCH_PARAMS |
| typedef struct _BLUETOOTH_FIND_RADIO_PARAMS BLUETOOTH_FIND_RADIO_PARAMS |
| typedef struct _BLUETOOTH_RADIO_INFO BLUETOOTH_RADIO_INFO |
| typedef ULONGLONG BTH_ADDR |
| typedef HANDLE HBLUETOOTH_DEVICE_FIND |
| typedef HANDLE HBLUETOOTH_RADIO_FIND |
| typedef BLUETOOTH_DEVICE_INFO* PBLUETOOTH_DEVICE_INFO |
| typedef struct _BLUETOOTH_RADIO_INFO * PBLUETOOTH_RADIO_INFO |
| BOOL WINAPI BluetoothFindDeviceClose | ( | HBLUETOOTH_DEVICE_FIND | hFind ) |
| HBLUETOOTH_DEVICE_FIND WINAPI BluetoothFindFirstDevice | ( | const BLUETOOTH_DEVICE_SEARCH_PARAMS * | pbtsp, |
| BLUETOOTH_DEVICE_INFO * | pbtdi | ||
| ) |
| HBLUETOOTH_RADIO_FIND WINAPI BluetoothFindFirstRadio | ( | const BLUETOOTH_FIND_RADIO_PARAMS * | pbtfrp, |
| HANDLE * | phRadio | ||
| ) |
| BOOL WINAPI BluetoothFindNextDevice | ( | HBLUETOOTH_DEVICE_FIND | hFind, |
| BLUETOOTH_DEVICE_INFO * | pbtdi | ||
| ) |
| BOOL WINAPI BluetoothFindNextRadio | ( | HBLUETOOTH_RADIO_FIND | hFind, |
| HANDLE * | phRadio | ||
| ) |
| BOOL WINAPI BluetoothFindRadioClose | ( | HBLUETOOTH_RADIO_FIND | hFind ) |
| DWORD WINAPI BluetoothGetRadioInfo | ( | HANDLE | hRadio, |
| PBLUETOOTH_RADIO_INFO | pRadioInfo | ||
| ) |