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

Commit 7b7aa162 authored by Andriy Naborskyy's avatar Andriy Naborskyy Committed by William Escande
Browse files

Fix missing btm mocks

Fix build/link issues for tests
Cherry picked from wear os

Bug: 263323082
Bug: 257090735
Test: mm builds successfully
Change-Id: I9821ba7137c7e69927022db2438767319eedbd93
(cherry picked from commit 9380c9a808e4082815c2ae708acdf34a6b06fe84)
parent a74512fb
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -112,3 +112,9 @@ void wipe_secrets_and_remove(tBTM_SEC_DEV_REC* p_dev_rec) {
void btm_dev_consolidate_existing_connections(const RawAddress& bd_addr) {
void btm_dev_consolidate_existing_connections(const RawAddress& bd_addr) {
  mock_function_count_map[__func__]++;
  mock_function_count_map[__func__]++;
}
}
void BTM_SecDump(const std::string& label) {
  mock_function_count_map[__func__]++;
}
void BTM_SecDumpDev(const RawAddress& bd_addr) {
  mock_function_count_map[__func__]++;
}