summaryrefslogtreecommitdiff
path: root/chromium/device/bluetooth/bluetooth_low_energy_device_mac.mm
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/device/bluetooth/bluetooth_low_energy_device_mac.mm')
-rw-r--r--chromium/device/bluetooth/bluetooth_low_energy_device_mac.mm6
1 files changed, 6 insertions, 0 deletions
diff --git a/chromium/device/bluetooth/bluetooth_low_energy_device_mac.mm b/chromium/device/bluetooth/bluetooth_low_energy_device_mac.mm
index df268cfbc42..95c6888cac4 100644
--- a/chromium/device/bluetooth/bluetooth_low_energy_device_mac.mm
+++ b/chromium/device/bluetooth/bluetooth_low_energy_device_mac.mm
@@ -72,6 +72,12 @@ std::string BluetoothLowEnergyDeviceMac::GetAddress() const {
return hash_address_;
}
+BluetoothDevice::AddressType BluetoothLowEnergyDeviceMac::GetAddressType()
+ const {
+ NOTIMPLEMENTED();
+ return ADDR_TYPE_UNKNOWN;
+}
+
BluetoothDevice::VendorIDSource BluetoothLowEnergyDeviceMac::GetVendorIDSource()
const {
return VENDOR_ID_UNKNOWN;