Index: device/bluetooth/bluetooth_adapter_chromeos.cc |
diff --git a/device/bluetooth/bluetooth_adapter_chromeos.cc b/device/bluetooth/bluetooth_adapter_chromeos.cc |
index 26c91e281c16b07babb6bec7d9bb0701191260ea..6ba63439290b0d8ad8dbf7c6f0e83957a1f48cc2 100644 |
--- a/device/bluetooth/bluetooth_adapter_chromeos.cc |
+++ b/device/bluetooth/bluetooth_adapter_chromeos.cc |
@@ -65,6 +65,14 @@ void BluetoothAdapterChromeOS::RemoveObserver( |
observers_.RemoveObserver(observer); |
} |
+std::string BluetoothAdapterChromeOS::address() const { |
+ return address_; |
+} |
+ |
+std::string BluetoothAdapterChromeOS::name() const { |
+ return name_; |
+} |
+ |
// TODO(youngki) Return true when object path and properties of the adapter are |
// initialized. |
bool BluetoothAdapterChromeOS::IsInitialized() const { |