Loading system/btif/src/btif_profile_storage.cc +2 −0 Original line number Original line Diff line number Diff line Loading @@ -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; } } Loading Loading
system/btif/src/btif_profile_storage.cc +2 −0 Original line number Original line Diff line number Diff line Loading @@ -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; } } Loading