Index: device/bluetooth/bluetooth_adapter_mac.mm |
diff --git a/device/bluetooth/bluetooth_adapter_mac.mm b/device/bluetooth/bluetooth_adapter_mac.mm |
index a528bd7229bee3d5f7a8b037c38614d050f336af..9773bff655856f341c43efa0548e43ed1d286031 100644 |
--- a/device/bluetooth/bluetooth_adapter_mac.mm |
+++ b/device/bluetooth/bluetooth_adapter_mac.mm |
@@ -140,6 +140,14 @@ void BluetoothAdapterMac::RegisterAudioSink( |
error_callback.Run(BluetoothAudioSink::ERROR_UNSUPPORTED_PLATFORM); |
} |
+void BluetoothAdapterMac::RegisterAdvertisement( |
+ scoped_ptr<BluetoothAdvertisement::Data> advertisement_data, |
+ const CreateAdvertisementCallback& callback, |
+ const CreateAdvertisementErrorCallback& error_callback) { |
+ NOTIMPLEMENTED(); |
+ error_callback.Run(BluetoothAdvertisement::ERROR_UNSUPPORTED_PLATFORM); |
+} |
+ |
void BluetoothAdapterMac::DeviceFound(IOBluetoothDevice* device) { |
DeviceAdded(device); |
} |