Index: device/bluetooth/bluetooth_low_energy_win.h |
diff --git a/device/bluetooth/bluetooth_low_energy_win.h b/device/bluetooth/bluetooth_low_energy_win.h |
index 92834ebc7f298bb582f94759aa90e4dc9ceadf1c..f9873225dca299dc072ac4a9c0dae1f40d1564ce 100644 |
--- a/device/bluetooth/bluetooth_low_energy_win.h |
+++ b/device/bluetooth/bluetooth_low_energy_win.h |
@@ -9,13 +9,14 @@ |
#include "base/memory/scoped_ptr.h" |
#include "base/memory/scoped_vector.h" |
#include "base/win/scoped_handle.h" |
+#include "device/bluetooth/bluetooth_export.h" |
#include "device/bluetooth/bluetooth_low_energy_defs_win.h" |
namespace device { |
namespace win { |
// Represents a device registry property value |
-class DeviceRegistryPropertyValue { |
+class DEVICE_BLUETOOTH_EXPORT DeviceRegistryPropertyValue { |
public: |
// Creates a property value instance, where |property_type| is one of REG_xxx |
// registry value type (e.g. REG_SZ, REG_DWORD), |value| is a byte array |
@@ -47,7 +48,7 @@ class DeviceRegistryPropertyValue { |
}; |
// Represents the value associated to a DEVPROPKEY. |
-class DevicePropertyValue { |
+class DEVICE_BLUETOOTH_EXPORT DevicePropertyValue { |
public: |
// Creates a property value instance, where |property_type| is one of |
// DEVPROP_TYPE_xxx value type , |value| is a byte array containing the |
@@ -111,7 +112,8 @@ bool EnumerateKnownBluetoothLowEnergyServices( |
ScopedVector<BluetoothLowEnergyServiceInfo>* services, |
std::string* error); |
-bool ExtractBluetoothAddressFromDeviceInstanceIdForTesting( |
+bool DEVICE_BLUETOOTH_EXPORT |
+ExtractBluetoothAddressFromDeviceInstanceIdForTesting( |
const std::string& instance_id, |
BLUETOOTH_ADDRESS* btha, |
std::string* error); |