Home
last modified time | relevance | path

Searched refs:btif_config_remove (Results 1 – 4 of 4) sorted by relevance

/system/bt/btif/src/
Dbtif_storage.cc858 ret &= btif_config_remove(bdstr, "LinkKeyType"); in btif_storage_remove_bonded_device()
860 ret &= btif_config_remove(bdstr, "PinLength"); in btif_storage_remove_bonded_device()
862 ret &= btif_config_remove(bdstr, "LinkKey"); in btif_storage_remove_bonded_device()
864 ret &= btif_config_remove(bdstr, BTIF_STORAGE_PATH_REMOTE_ALIASE); in btif_storage_remove_bonded_device()
1147 ret &= btif_config_remove(bdstr, "LE_KEY_PENC"); in btif_storage_remove_ble_bonding_keys()
1149 ret &= btif_config_remove(bdstr, "LE_KEY_PID"); in btif_storage_remove_ble_bonding_keys()
1151 ret &= btif_config_remove(bdstr, "LE_KEY_PCSRK"); in btif_storage_remove_ble_bonding_keys()
1153 ret &= btif_config_remove(bdstr, "LE_KEY_LENC"); in btif_storage_remove_ble_bonding_keys()
1155 ret &= btif_config_remove(bdstr, "LE_KEY_LCSRK"); in btif_storage_remove_ble_bonding_keys()
1235 ret &= btif_config_remove("Adapter", "LE_LOCAL_KEY_IR"); in btif_storage_remove_ble_local_keys()
[all …]
Dbtif_config.cc482 bool btif_config_remove(const std::string& section, const std::string& key) { in btif_config_remove() function
/system/bt/btif/include/
Dbtif_config.h50 bool btif_config_remove(const std::string& section, const std::string& key);
/system/bt/btif/co/
Dbta_hh_co.cc686 btif_config_remove(bdstr, "HidReport"); in bta_hh_le_co_reset_rpt_cache()