| * This file has no copyright assigned and is placed in the Public Domain. |
| * This file is part of the w64 mingw-runtime package. |
| * No warranty is given; refer to the file DISCLAIMER.PD within this package. |
| typedef struct _BTH_QUERY_SERVICE { |
| SdpQueryUuid uuids[MAX_UUIDS_IN_QUERY]; |
| SdpAttributeRange pRange[1]; |
| } BTH_QUERY_SERVICE, *PBTH_QUERY_SERVICE; |
| typedef struct _BTH_QUERY_DEVICE { |
| } BTH_QUERY_DEVICE, *PBTH_QUERY_DEVICE; |
| typedef struct _BTH_RADIO_IN_RANGE { |
| BTH_DEVICE_INFO deviceInfo; |
| ULONG previousDeviceFlags; |
| } BTH_RADIO_IN_RANGE, *PBTH_RADIO_IN_RANGE; |
| typedef struct _BTH_SET_SERVICE { |
| } BTH_SET_SERVICE, *PBTH_SET_SERVICE; |
| typedef struct _SOCKADDR_BTH { |
| } SOCKADDR_BTH, *PSOCKADDR_BTH; |