summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/bluetooth_adapter_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'device/bluetooth/bluetooth_adapter_win.cc')
-rw-r--r--device/bluetooth/bluetooth_adapter_win.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/device/bluetooth/bluetooth_adapter_win.cc b/device/bluetooth/bluetooth_adapter_win.cc
index c946091..33e1501 100644
--- a/device/bluetooth/bluetooth_adapter_win.cc
+++ b/device/bluetooth/bluetooth_adapter_win.cc
@@ -158,6 +158,11 @@ void BluetoothAdapterWin::DiscoveryStopped() {
MaybePostStartDiscoveryTask();
}
+BluetoothAdapter::UUIDList BluetoothAdapterWin::GetUUIDs() const {
+ NOTIMPLEMENTED();
+ return UUIDList();
+}
+
void BluetoothAdapterWin::CreateRfcommService(
const BluetoothUUID& uuid,
const ServiceOptions& options,