Index: device/bluetooth/bluetooth_adapter_win.cc |
diff --git a/device/bluetooth/bluetooth_adapter_win.cc b/device/bluetooth/bluetooth_adapter_win.cc |
index 4b0f5327ce123769a8350d9e8df29ef107ebdb6d..28d3dcc51bb6e3e11194f017fe7bb48bbfb4cb31 100644 |
--- a/device/bluetooth/bluetooth_adapter_win.cc |
+++ b/device/bluetooth/bluetooth_adapter_win.cc |
@@ -45,6 +45,14 @@ void BluetoothAdapterWin::RemoveObserver(BluetoothAdapter::Observer* observer) { |
observers_.RemoveObserver(observer); |
} |
+std::string BluetoothAdapterWin::address() const { |
+ return address_; |
+} |
+ |
+std::string BluetoothAdapterWin::name() const { |
+ return name_; |
+} |
+ |
// TODO(youngki): Return true when |task_manager_| initializes the adapter |
// state. |
bool BluetoothAdapterWin::IsInitialized() const { |