Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a069a11c authored by Chris Manton's avatar Chris Manton
Browse files

Add SCO HACK for shim acl mock

Bug: 181991662
Test: gd/cert/run
Tag: #refactor
Change-Id: I4ba9755c6f482c99bbbc0bd55de22d45d8949815
parent 6dbffe2b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -82,6 +82,9 @@ class MockAclManager : public AclManager {
       std::chrono::milliseconds minimum_rotation_time,
       std::chrono::milliseconds maximum_rotation_time),
      (override));

  // PRIVATE TO SHIM
  MOCK_METHOD(void, HACK_SetScoDisconnectCallback, (std::function<void(uint16_t /* handle */, uint8_t /* reason */)>));
};

}  // namespace testing