Home
last modified time | relevance | path

Searched refs:GetPairedAddrList (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter_properties.h206 std::vector<std::string> GetPairedAddrList() const;
H A Dclassic_config.h210 std::vector<std::string> GetPairedAddrList() const;
H A Dclassic_adapter_properties.cpp414 std::vector<std::string> ClassicAdapterProperties::GetPairedAddrList() const in GetPairedAddrList() function in OHOS::bluetooth::ClassicAdapterProperties
416 return config_.GetPairedAddrList(); in GetPairedAddrList()
H A Dclassic_config.cpp158 std::vector<std::string> ClassicConfig::GetPairedAddrList() const in GetPairedAddrList() function in OHOS::bluetooth::ClassicConfig
H A Dclassic_adapter.cpp244 std::vector<std::string> pairedAddrList = adapterProperties_.GetPairedAddrList(); in LoadPairedDeviceInfo()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_config.h110 std::vector<std::string> GetPairedAddrList() const;
H A Dble_config.cpp745 std::vector<std::string> BleConfig::GetPairedAddrList() const in GetPairedAddrList() function in OHOS::bluetooth::BleConfig
H A Dble_security.cpp430 std::vector<std::string> pairedAddrList = BleConfig::GetInstance().GetPairedAddrList(); in SavePairKeyNotify()
H A Dble_adapter.cpp231 std::vector<std::string> pairedAddrList = BleConfig::GetInstance().GetPairedAddrList(); in InitBtmAndGap()

Completed in 20 milliseconds