Searched refs:btif_config_remove (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/bt/btif/src/ |
H A D | btif_storage.cc | 849 ret &= btif_config_remove(bdstr, "LinkKey"); in btif_storage_remove_bonded_device() 1440 btif_config_remove(bdstr, "HidAttrMask"); in btif_storage_remove_hid_info() 1441 btif_config_remove(bdstr, "HidSubClass"); in btif_storage_remove_hid_info() 1442 btif_config_remove(bdstr, "HidAppId"); in btif_storage_remove_hid_info() 1443 btif_config_remove(bdstr, "HidVendorId"); in btif_storage_remove_hid_info() 1444 btif_config_remove(bdstr, "HidProductId"); in btif_storage_remove_hid_info() 1445 btif_config_remove(bdstr, "HidVersion"); in btif_storage_remove_hid_info() 1446 btif_config_remove(bdstr, "HidCountryCode"); in btif_storage_remove_hid_info() 1449 btif_config_remove(bdstr, "HidDescriptor"); in btif_storage_remove_hid_info() 1830 btif_config_remove( in btif_storage_remove_gatt_cl_supp_feat() [all …]
|
H A D | btif_config.cc | 228 return btif_config_remove(address.ToString(), BT_CONFIG_METRICS_ID_KEY); in init_metric_id_allocator() 650 bool btif_config_remove(const std::string& section, const std::string& key) { in btif_config_remove() function
|
/aosp12/system/bt/test/mock/ |
H A D | mock_btif_config.cc | 66 struct btif_config_remove btif_config_remove; variable 141 bool btif_config_remove(const std::string& section, const std::string& key) { in btif_config_remove() function 143 return test::mock::btif_config::btif_config_remove(section, key); in btif_config_remove()
|
H A D | mock_btif_config.h | 220 struct btif_config_remove { struct 227 extern struct btif_config_remove btif_config_remove; argument
|
/aosp12/system/bt/btif/include/ |
H A D | btif_config.h | 62 bool btif_config_remove(const std::string& section, const std::string& key);
|
/aosp12/system/bt/btif/co/ |
H A D | bta_hh_co.cc | 720 btif_config_remove(bdstr, "HidReport"); in bta_hh_le_co_reset_rpt_cache() 721 btif_config_remove(bdstr, "HidReportVersion"); in bta_hh_le_co_reset_rpt_cache()
|