Searched refs:btif_config_exist (Results 1 – 4 of 4) sorted by relevance
/system/bt/btif/src/ |
D | btif_storage.cc | 857 if (btif_config_exist(bdstr, "LinkKeyType")) in btif_storage_remove_bonded_device() 859 if (btif_config_exist(bdstr, "PinLength")) in btif_storage_remove_bonded_device() 861 if (btif_config_exist(bdstr, "LinkKey")) in btif_storage_remove_bonded_device() 863 if (btif_config_exist(bdstr, BTIF_STORAGE_PATH_REMOTE_ALIASE)) { in btif_storage_remove_bonded_device() 1146 if (btif_config_exist(bdstr, "LE_KEY_PENC")) in btif_storage_remove_ble_bonding_keys() 1148 if (btif_config_exist(bdstr, "LE_KEY_PID")) in btif_storage_remove_ble_bonding_keys() 1150 if (btif_config_exist(bdstr, "LE_KEY_PCSRK")) in btif_storage_remove_ble_bonding_keys() 1152 if (btif_config_exist(bdstr, "LE_KEY_LENC")) in btif_storage_remove_ble_bonding_keys() 1154 if (btif_config_exist(bdstr, "LE_KEY_LCSRK")) in btif_storage_remove_ble_bonding_keys() 1234 if (btif_config_exist("Adapter", "LE_LOCAL_KEY_IR")) in btif_storage_remove_ble_local_keys() [all …]
|
D | btif_config.cc | 326 bool btif_config_exist(const std::string& section, const std::string& key) { in btif_config_exist() function
|
D | btif_dm.cc | 444 if (btif_config_exist(remote_bdaddr->ToString().c_str(), "HidAppId")) in check_hid_le()
|
/system/bt/btif/include/ |
D | btif_config.h | 33 bool btif_config_exist(const std::string& section, const std::string& key);
|