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.c821 ret &= btif_config_remove(bdstr, "LinkKeyType"); in btif_storage_remove_bonded_device()
823 ret &= btif_config_remove(bdstr, "PinLength"); in btif_storage_remove_bonded_device()
825 ret &= btif_config_remove(bdstr, "LinkKey"); in btif_storage_remove_bonded_device()
1075 ret &= btif_config_remove(bdstr, "LE_KEY_PENC"); in btif_storage_remove_ble_bonding_keys()
1077 ret &= btif_config_remove(bdstr, "LE_KEY_PID"); in btif_storage_remove_ble_bonding_keys()
1079 ret &= btif_config_remove(bdstr, "LE_KEY_PCSRK"); in btif_storage_remove_ble_bonding_keys()
1081 ret &= btif_config_remove(bdstr, "LE_KEY_LENC"); in btif_storage_remove_ble_bonding_keys()
1083 ret &= btif_config_remove(bdstr, "LE_KEY_LCSRK"); in btif_storage_remove_ble_bonding_keys()
1176 ret &= btif_config_remove("Adapter", "LE_LOCAL_KEY_IR"); in btif_storage_remove_ble_local_keys()
1178 ret &= btif_config_remove("Adapter", "LE_LOCAL_KEY_IRK"); in btif_storage_remove_ble_local_keys()
[all …]
Dbtif_config.c431 bool btif_config_remove(const char *section, const char *key) { in btif_config_remove() function
/system/bt/btif/include/
Dbtif_config.h38 bool btif_config_remove(const char *section, const char *key);
/system/bt/btif/co/
Dbta_hh_co.c603 btif_config_remove(bdstr, "HidReport"); in bta_hh_le_co_reset_rpt_cache()