summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/bluetooth_device_mac.mm
diff options
context:
space:
mode:
Diffstat (limited to 'device/bluetooth/bluetooth_device_mac.mm')
-rw-r--r--device/bluetooth/bluetooth_device_mac.mm12
1 files changed, 0 insertions, 12 deletions
diff --git a/device/bluetooth/bluetooth_device_mac.mm b/device/bluetooth/bluetooth_device_mac.mm
index ef54af1..2042eaf 100644
--- a/device/bluetooth/bluetooth_device_mac.mm
+++ b/device/bluetooth/bluetooth_device_mac.mm
@@ -82,18 +82,6 @@ std::string BluetoothDeviceMac::GetAddress() const {
return base::SysNSStringToUTF8([device_ addressString]);
}
-uint16 BluetoothDeviceMac::GetVendorID() const {
- return 0;
-}
-
-uint16 BluetoothDeviceMac::GetProductID() const {
- return 0;
-}
-
-uint16 BluetoothDeviceMac::GetDeviceID() const {
- return 0;
-}
-
bool BluetoothDeviceMac::IsPaired() const {
return [device_ isPaired];
}