Searched refs:btif_config_remove (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_profile_storage.cc | 325 btif_config_remove(bdstr, BTIF_STORAGE_KEY_HID_ATTR_MASK); in btif_storage_remove_hid_info() 326 btif_config_remove(bdstr, BTIF_STORAGE_KEY_HID_SUB_CLASS); in btif_storage_remove_hid_info() 327 btif_config_remove(bdstr, BTIF_STORAGE_KEY_HID_APP_ID); in btif_storage_remove_hid_info() 328 btif_config_remove(bdstr, BTIF_STORAGE_KEY_HID_VENDOR_ID); in btif_storage_remove_hid_info() 329 btif_config_remove(bdstr, BTIF_STORAGE_KEY_HID_PRODUCT_ID); in btif_storage_remove_hid_info() 330 btif_config_remove(bdstr, BTIF_STORAGE_KEY_HID_VERSION); in btif_storage_remove_hid_info() 331 btif_config_remove(bdstr, BTIF_STORAGE_KEY_HID_COUNTRY_CODE); in btif_storage_remove_hid_info() 332 btif_config_remove(bdstr, BTIF_STORAGE_KEY_HID_SSR_MAX_LATENCY); in btif_storage_remove_hid_info() 333 btif_config_remove(bdstr, BTIF_STORAGE_KEY_HID_SSR_MIN_TIMEOUT); in btif_storage_remove_hid_info() 334 btif_config_remove(bdstr, BTIF_STORAGE_KEY_HID_DESCRIPTOR); in btif_storage_remove_hid_info() [all …]
|
D | btif_config.cc | 137 return btif_config_remove(address.ToString(), in init_metric_id_allocator() 321 bool btif_config_remove(const std::string& section, const std::string& key) { in btif_config_remove() function
|
D | btif_storage.cc | 1206 ret &= btif_config_remove(bdstr, key_name); in btif_storage_remove_ble_bonding_keys() 1436 btif_config_remove(bdstr, BTIF_STORAGE_KEY_GATT_CLIENT_SUPPORTED); in btif_storage_remove_gatt_cl_supp_feat() 1471 btif_config_remove(bdstr, BTIF_STORAGE_KEY_GATT_CLIENT_DB_HASH); in btif_storage_remove_gatt_cl_db_hash()
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_btif_config.cc | 54 struct btif_config_remove btif_config_remove; variable 127 bool btif_config_remove(const std::string& section, const std::string& key) { in btif_config_remove() function 129 return test::mock::btif_config::btif_config_remove(section, key); in btif_config_remove()
|
D | mock_btif_config.h | 216 struct btif_config_remove { struct 225 extern struct btif_config_remove btif_config_remove; argument
|
/packages/modules/Bluetooth/system/btif/include/ |
D | btif_config.h | 51 bool btif_config_remove(const std::string& section, const std::string& key);
|
/packages/modules/Bluetooth/system/btif/co/ |
D | bta_hh_co.cc | 858 btif_config_remove(bdstr, BTIF_STORAGE_KEY_HOGP_REPORT); in bta_hh_le_co_reset_rpt_cache() 859 btif_config_remove(bdstr, BTIF_STORAGE_KEY_HOGP_REPORT_VERSION); in bta_hh_le_co_reset_rpt_cache()
|