Home
last modified time | relevance | path

Searched refs:btif_config_remove_device (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_config.h229 struct btif_config_remove_device { struct
234 extern struct btif_config_remove_device btif_config_remove_device; argument
Dmock_btif_config.cc55 struct btif_config_remove_device btif_config_remove_device; variable
/packages/modules/Bluetooth/system/btif/include/
Dbtif_config.h53 void btif_config_remove_device(const std::string& section);
/packages/modules/Bluetooth/system/btif/src/
Dbtif_config.cc327 void btif_config_remove_device(const std::string& section) { in btif_config_remove_device() function
Dbtif_storage.cc844 btif_config_remove_device(bdstr); in btif_storage_remove_bonded_device()
Dbtif_dm.cc608 btif_config_remove_device(bd_addr.ToString()); in bond_state_changed()