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

Commit 0aa9ba9d authored by Josh Wu's avatar Josh Wu Committed by Automerger Merge Worker
Browse files

Complement mock of BTA_GATTS_InitBonded() am: 724de2a2

parents f1eeb8d5 724de2a2
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__]++; }