Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_storage.cc848 if (btif_config_exist(bdstr, "LinkKeyType")) in btif_storage_remove_bonded_device()
850 if (btif_config_exist(bdstr, "PinLength")) in btif_storage_remove_bonded_device()
852 if (btif_config_exist(bdstr, "LinkKey")) in btif_storage_remove_bonded_device()
854 if (btif_config_exist(bdstr, BTIF_STORAGE_PATH_REMOTE_ALIASE)) { in btif_storage_remove_bonded_device()
857 if (btif_config_exist(bdstr, BTIF_STORAGE_KEY_GATT_CLIENT_SUPPORTED)) { in btif_storage_remove_bonded_device()
1137 if (btif_config_exist(bdstr, "LE_KEY_PENC")) in btif_storage_remove_ble_bonding_keys()
1139 if (btif_config_exist(bdstr, "LE_KEY_PID")) in btif_storage_remove_ble_bonding_keys()
1141 if (btif_config_exist(bdstr, "LE_KEY_PCSRK")) in btif_storage_remove_ble_bonding_keys()
1143 if (btif_config_exist(bdstr, "LE_KEY_LENC")) in btif_storage_remove_ble_bonding_keys()
1145 if (btif_config_exist(bdstr, "LE_KEY_LCSRK")) in btif_storage_remove_ble_bonding_keys()
[all …]
Dbtif_config.cc208 if (btif_config_exist(addr_str, BT_CONFIG_METRICS_ID_KEY)) { in init_metric_id_allocator()
392 bool btif_config_exist(const std::string& section, const std::string& key) { in btif_config_exist() function
Dbtif_dm.cc496 if (btif_config_exist(remote_bdaddr->ToString().c_str(), "HidAppId")) in check_hid_le()
/system/bt/btif/include/
Dbtif_config.h44 bool btif_config_exist(const std::string& section, const std::string& key);