Searched refs:btif_config_exist (Results 1 – 4 of 4) sorted by relevance
/external/bluetooth/bluedroid/btif/src/ |
D | btif_storage.c | 811 if(btif_config_exist("Remote", bdstr, "LinkKeyType")) in btif_storage_remove_bonded_device() 813 if(btif_config_exist("Remote", bdstr, "PinLength")) in btif_storage_remove_bonded_device() 815 if(btif_config_exist("Remote", bdstr, "LinkKey")) in btif_storage_remove_bonded_device() 1056 if(btif_config_exist("Remote", bdstr, "LE_KEY_PENC")) in btif_storage_remove_ble_bonding_keys() 1058 if(btif_config_exist("Remote", bdstr, "LE_KEY_PID")) in btif_storage_remove_ble_bonding_keys() 1060 if(btif_config_exist("Remote", bdstr, "LE_KEY_PCSRK")) in btif_storage_remove_ble_bonding_keys() 1062 if(btif_config_exist("Remote", bdstr, "LE_KEY_LENC")) in btif_storage_remove_ble_bonding_keys() 1064 if(btif_config_exist("Remote", bdstr, "LE_KEY_LCSRK")) in btif_storage_remove_ble_bonding_keys() 1158 if(btif_config_exist("Local", "Adapter", "LE_LOCAL_KEY_IR")) in btif_storage_remove_ble_local_keys() 1160 if(btif_config_exist("Local", "Adapter", "LE_LOCAL_KEY_IRK")) in btif_storage_remove_ble_local_keys() [all …]
|
D | btif_config.c | 176 int btif_config_exist(const char* section, const char* key, const char* name) in btif_config_exist() function 918 if(btif_config_exist("test", "test cfg", "write")) in cfg_test_write() 935 if(!btif_config_exist(section, key, "time stamp")) in cfg_test_write()
|
D | btif_dm.c | 413 if(btif_config_exist("Remote", bdstr, "HidAppId")) in check_hid_le()
|
/external/bluetooth/bluedroid/btif/include/ |
D | btif_config.h | 55 int btif_config_exist(const char* section, const char* key, const char* name);
|