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.h202 struct btif_config_remove_device { struct
207 extern struct btif_config_remove_device btif_config_remove_device; argument
Dmock_btif_config.cc56 struct btif_config_remove_device btif_config_remove_device; variable
/packages/modules/Bluetooth/system/btif/include/
Dbtif_config.h49 void btif_config_remove_device(const std::string& section);
/packages/modules/Bluetooth/system/btif/src/
Dbtif_config.cc309 void btif_config_remove_device(const std::string& section) { in btif_config_remove_device() function
Dbtif_storage.cc830 btif_config_remove_device(bdstr); in btif_storage_remove_bonded_device()
1362 btif_config_remove_device(name); in btif_storage_prune_devices()
Dbtif_dm.cc587 btif_config_remove_device(bd_addr.ToString()); in bond_state_changed()