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

/system/bt/btif/include/
H A Dbtif_config.h33 bool btif_config_exist(const std::string& section, const std::string& key);
/system/bt/btif/src/
H A Dbtif_storage.cc781 if (btif_config_exist(bdstr, "LinkKeyType"))
783 if (btif_config_exist(bdstr, "PinLength"))
785 if (btif_config_exist(bdstr, "LinkKey"))
787 if (btif_config_exist(bdstr, BTIF_STORAGE_PATH_REMOTE_ALIASE)) {
1031 if (btif_config_exist(bdstr, "LE_KEY_PENC"))
1033 if (btif_config_exist(bdstr, "LE_KEY_PID"))
1035 if (btif_config_exist(bdstr, "LE_KEY_PCSRK"))
1037 if (btif_config_exist(bdstr, "LE_KEY_LENC"))
1039 if (btif_config_exist(bdstr, "LE_KEY_LCSRK"))
1126 if (btif_config_exist("Adapte
[all...]
H A Dbtif_config.cc241 bool btif_config_exist(const std::string& section, const std::string& key) { function
H A Dbtif_dm.cc436 if (btif_config_exist(remote_bdaddr->ToString().c_str(), "HidAppId"))

Completed in 95 milliseconds