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.c820 if(btif_config_exist(bdstr, "LinkKeyType")) in btif_storage_remove_bonded_device()
822 if(btif_config_exist(bdstr, "PinLength")) in btif_storage_remove_bonded_device()
824 if(btif_config_exist(bdstr, "LinkKey")) in btif_storage_remove_bonded_device()
1074 if(btif_config_exist(bdstr, "LE_KEY_PENC")) in btif_storage_remove_ble_bonding_keys()
1076 if(btif_config_exist(bdstr, "LE_KEY_PID")) in btif_storage_remove_ble_bonding_keys()
1078 if(btif_config_exist(bdstr, "LE_KEY_PCSRK")) in btif_storage_remove_ble_bonding_keys()
1080 if(btif_config_exist(bdstr, "LE_KEY_LENC")) in btif_storage_remove_ble_bonding_keys()
1082 if(btif_config_exist(bdstr, "LE_KEY_LCSRK")) in btif_storage_remove_ble_bonding_keys()
1175 if(btif_config_exist("Adapter", "LE_LOCAL_KEY_IR")) in btif_storage_remove_ble_local_keys()
1177 if(btif_config_exist("Adapter", "LE_LOCAL_KEY_IRK")) in btif_storage_remove_ble_local_keys()
[all …]
Dbtif_config.c268 bool btif_config_exist(const char *section, const char *key) { in btif_config_exist() function
Dbtif_dm.c476 if(btif_config_exist(bdstr, "HidAppId")) in check_hid_le()
/system/bt/btif/include/
Dbtif_config.h31 bool btif_config_exist(const char *section, const char *key);