On 05.12.2015 2:21, Austin English wrote:
+typedef struct _BLUETOOTH_ADDRESS {
- union {
BTH_ADDR ullLong;
BYTE rgBytes[ 6 ];
- };
+} BLUETOOTH_ADDRESS_STRUCT;
+#define BLUETOOTH_NULL_ADDRESS ( (ULONGLONG) 0x0)
+typedef struct _BLUETOOTH_FIND_RADIO_PARAMS {
- DWORD dwSize;
+} BLUETOOTH_FIND_RADIO_PARAMS;
+typedef struct _BLUETOOTH_DEVICE_SEARCH_PARAMS {
- DWORD dwSize;
- BOOL fReturnAuthenticated;
- BOOL fReturnRemembered;
- BOOL fReturnUnknown;
- BOOL fReturnConnected;
- BOOL fIssueInquiry;
- UCHAR cTimeoutMultiplier;
- HANDLE hRadio;
+} BLUETOOTH_DEVICE_SEARCH_PARAMS;
+/* Raw Attribute Enumeration */
Same as with 1/3, it's essentially a copy, that's not funny.