Re: [PATCH 2/3] include: add bluetoothapis.h
4 Dec
2015
4 Dec
'15
11:35 p.m.
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.
3662
Age (days ago)
3662
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nikolay Sivov