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

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

Revert "testing: Update mock_stack_btm_sec"

This reverts commit 37bda423.

Reason for revert: Broken build

Bug: 286805191

Merged-In: I6cddf5189dbc34ce8346167ec04cb50c936898cf
Merged-In: I739a42519df656b28d6043f179d02316bf5a71f2
Merged-In: I2d4188ed45acd9ea562cc4d9cde9aaef8bf4bf8b
Change-Id: I8e2fd7e45531334df4fef096ffe9481a27b17abd
parent 442fbdeb
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -29,7 +29,6 @@
#include "stack/include/hci_error_code.h"
#include "test/common/mock_functions.h"
#include "test/mock/mock_main_shim_acl_api.h"
#include "test/mock/mock_stack_btm_sec.h"
#include "types/ble_address_with_type.h"
#include "types/hci_role.h"
#include "types/raw_address.h"
@@ -54,6 +53,12 @@ std::set<const RawAddress> copy_of_connected_with_both_public_and_random_set();
}  // namespace testing
}  // namespace bluetooth

void BTM_update_version_info(const RawAddress& bd_addr,
                             const remote_version_info& remote_version_info) {}

void btm_sec_role_changed(tHCI_STATUS hci_status, const RawAddress& bd_addr,
                          tHCI_ROLE new_role) {}

class StackAclTest : public testing::Test {
 protected:
  void SetUp() override {
+148 −318

File changed.

Preview size limit exceeded, changes collapsed.

+5 −884

File changed.

Preview size limit exceeded, changes collapsed.