Searched refs:btif_config_exist (Results 1 – 4 of 4) sorted by relevance
/system/bt/btif/src/ |
D | btif_storage.c | 820 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 …]
|
D | btif_config.c | 268 bool btif_config_exist(const char *section, const char *key) { in btif_config_exist() function
|
D | btif_dm.c | 476 if(btif_config_exist(bdstr, "HidAppId")) in check_hid_le()
|
/system/bt/btif/include/ |
D | btif_config.h | 31 bool btif_config_exist(const char *section, const char *key);
|