summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/bluetooth_classic_device_mac.mm
diff options
context:
space:
mode:
Diffstat (limited to 'device/bluetooth/bluetooth_classic_device_mac.mm')
-rw-r--r--device/bluetooth/bluetooth_classic_device_mac.mm7
1 files changed, 7 insertions, 0 deletions
diff --git a/device/bluetooth/bluetooth_classic_device_mac.mm b/device/bluetooth/bluetooth_classic_device_mac.mm
index d1c3f63..985596e 100644
--- a/device/bluetooth/bluetooth_classic_device_mac.mm
+++ b/device/bluetooth/bluetooth_classic_device_mac.mm
@@ -102,6 +102,13 @@ uint16_t BluetoothClassicDeviceMac::GetDeviceID() const {
return 0;
}
+uint16_t BluetoothClassicDeviceMac::GetAppearance() const {
+ // TODO(crbug.com/588083): Implementing GetAppearance()
+ // on mac, win, and android platforms for chrome
+ NOTIMPLEMENTED();
+ return 0;
+}
+
bool BluetoothClassicDeviceMac::IsPaired() const {
return [device_ isPaired];
}