Home
last modified time | relevance | path

Searched refs:RemoveAddr (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dprofile_config.h133 virtual bool RemoveAddr(const std::string &addr) = 0;
254 virtual bool RemoveAddr(const std::string &addr) override;
H A Dprofile_config.cpp104 bool ProfileConfig::RemoveAddr(const std::string &addr) in RemoveAddr() function in OHOS::bluetooth::ProfileConfig
H A Dadapter_manager.cpp669 ProfileConfig::GetInstance()->RemoveAddr(device.GetAddress()); in RemoveDeviceProfileConfig()