Home
last modified time | relevance | path

Searched refs:RemovePairedDevice (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_config.h325 bool RemovePairedDevice(const std::string &subSection) const;
H A Dclassic_config.cpp348 bool ClassicConfig::RemovePairedDevice(const std::string &subSection) const in RemovePairedDevice() function in OHOS::bluetooth::ClassicConfig
H A Dclassic_adapter_properties.cpp528 bool ret = config_.RemovePairedDevice(addr); in RemovePairedDeviceInfo()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_config.h108 bool RemovePairedDevice(const std::string &subSection) const;
H A Dble_config.cpp734 bool BleConfig::RemovePairedDevice(const std::string &subSection) const in RemovePairedDevice() function in OHOS::bluetooth::BleConfig
H A Dble_adapter.cpp716 BleConfig::GetInstance().RemovePairedDevice(device.GetAddress()); in RemovePairWithDisConnect()
775 BleConfig::GetInstance().RemovePairedDevice(addr); in RemoveAllPairs()
H A Dble_security.cpp440 BleConfig::GetInstance().RemovePairedDevice(rawAddr.GetAddress()); in SavePairKeyNotify()