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

Commit a74512fb authored by Josh Wu's avatar Josh Wu Committed by William Escande
Browse files

Complement mock of BTA_GATTS_InitBonded()

Cherry-pick from wear os

Bug: 263323082
Bug: 261534654
Bug: 251157966
Test: mm -j
Change-Id: I065bf1d54212ac24c9c52d42b5a1adbf8d281752
(cherry picked from commit 82155ffa6e8538160b60e0fb3fa767f1e4fac298)
parent d0f299e9
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -85,3 +85,4 @@ void bta_gatts_add_service_impl(tGATT_IF server_if,
                                BTA_GATTS_AddServiceCb cb) {
                                BTA_GATTS_AddServiceCb cb) {
  mock_function_count_map[__func__]++;
  mock_function_count_map[__func__]++;
}
}
void BTA_GATTS_InitBonded(void) { mock_function_count_map[__func__]++; }