Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_config.h105 bool SetPeerDeviceType(const std::string &subSection, const int type) const;
H A Dble_config.cpp700 bool BleConfig::SetPeerDeviceType(const std::string &subSection, const int type) const in SetPeerDeviceType() function in OHOS::bluetooth::BleConfig
H A Dble_adapter.cpp1177 ret &= BleConfig::GetInstance().SetPeerDeviceType(rawAddr.GetAddress(), deviceType); in SavePeerDeviceInfoToConf()