summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/bluetooth_adapter_android.h
diff options
context:
space:
mode:
Diffstat (limited to 'device/bluetooth/bluetooth_adapter_android.h')
-rw-r--r--device/bluetooth/bluetooth_adapter_android.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/device/bluetooth/bluetooth_adapter_android.h b/device/bluetooth/bluetooth_adapter_android.h
index 8ebb49c..66df14f 100644
--- a/device/bluetooth/bluetooth_adapter_android.h
+++ b/device/bluetooth/bluetooth_adapter_android.h
@@ -64,6 +64,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapterAndroid final
const base::Closure& callback,
const ErrorCallback& error_callback) override;
bool IsDiscovering() const override;
+ UUIDList GetUUIDs() const override;
void CreateRfcommService(
const BluetoothUUID& uuid,
const ServiceOptions& options,