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

Commit 4de7f0ab authored by Chris Manton's avatar Chris Manton
Browse files

Append mock_stack_acl::acl_add_to_ignore_auto_connect_after_disconnect

Towards testable code

Bug: 163134718
Test: gd/cert/run
Tag: #refactor

Change-Id: I70a2e593bcf0264f1ef5f0a1a25c8f85aa70164c
parent 7562b926
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -450,3 +450,7 @@ void on_acl_br_edr_connected(const RawAddress& bda, uint16_t handle,
void on_acl_br_edr_failed(const RawAddress& bda, tHCI_STATUS status) {
  mock_function_count_map[__func__]++;
}
void acl_add_to_ignore_auto_connect_after_disconnect(
    const RawAddress& bd_addr) {
  mock_function_count_map[__func__]++;
}