summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/test/mock_bluetooth_adapter.h
diff options
context:
space:
mode:
Diffstat (limited to 'device/bluetooth/test/mock_bluetooth_adapter.h')
-rw-r--r--device/bluetooth/test/mock_bluetooth_adapter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/device/bluetooth/test/mock_bluetooth_adapter.h b/device/bluetooth/test/mock_bluetooth_adapter.h
index 1bdb215..e4cef59 100644
--- a/device/bluetooth/test/mock_bluetooth_adapter.h
+++ b/device/bluetooth/test/mock_bluetooth_adapter.h
@@ -76,6 +76,7 @@ class MockBluetoothAdapter : public BluetoothAdapter {
MOCK_METHOD1(GetDevice, BluetoothDevice*(const std::string& address));
MOCK_CONST_METHOD1(GetDevice,
const BluetoothDevice*(const std::string& address));
+ MOCK_CONST_METHOD0(GetUUIDs, UUIDList());
MOCK_METHOD2(AddPairingDelegate,
void(BluetoothDevice::PairingDelegate* pairing_delegate,
enum PairingDelegatePriority priority));