Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_config.h76 std::string GetLocalCsrk(const std::string &section) const;
H A Dble_security.cpp611 if (!BleConfig::GetInstance().GetLocalCsrk(addr.GetAddress()).empty()) { in GapRequestSigningAlgorithmInfoEvt()
614 … BleUtils::ConvertHexStringToInt(BleConfig::GetInstance().GetLocalCsrk(addr.GetAddress()), vec); in GapRequestSigningAlgorithmInfoEvt()
H A Dble_config.cpp533 std::string BleConfig::GetLocalCsrk(const std::string &section) const in GetLocalCsrk() function in OHOS::bluetooth::BleConfig