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

Commit eb15dbff authored by Himanshu Rawat's avatar Himanshu Rawat Committed by Gerrit Code Review
Browse files

Merge "Fix output report missed in the second bond flow" into main

parents 281110a9 7f9a97fe
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -232,6 +232,8 @@ bt_status_t btif_storage_remove_hid_info(const RawAddress& remote_bd_addr) {
  btif_config_remove(bdstr, "HidSSRMaxLatency");
  btif_config_remove(bdstr, "HidSSRMaxLatency");
  btif_config_remove(bdstr, "HidSSRMinTimeout");
  btif_config_remove(bdstr, "HidSSRMinTimeout");
  btif_config_remove(bdstr, "HidDescriptor");
  btif_config_remove(bdstr, "HidDescriptor");
  btif_config_remove(bdstr, "HidReport");
  btif_config_remove(bdstr, "HidReportVersion");
  return BT_STATUS_SUCCESS;
  return BT_STATUS_SUCCESS;
}
}