Home
last modified time | relevance | path

Searched refs:ConvertHexStringToInt (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_utils.h56 static void ConvertHexStringToInt(const std::string &str, std::vector<uint8_t> &key);
H A Dble_utils.cpp45 void BleUtils::ConvertHexStringToInt(const std::string &str, std::vector<uint8_t> &key) in ConvertHexStringToInt() function in OHOS::bluetooth::BleUtils
H A Dble_security.cpp545 BleUtils::ConvertHexStringToInt(ltk, vec); in GapLeLocalEncryptionKeyReqEvent()
573 BleUtils::ConvertHexStringToInt(ltk, vec); in GapLeRemoteEncryptionKeyReqEvent()
615 BleUtils::ConvertHexStringToInt(BleConfig::GetInstance().GetLocalCsrk(addr.GetAddress()), vec); in GapRequestSigningAlgorithmInfoEvt()
625 BleUtils::ConvertHexStringToInt(BleConfig::GetInstance().GetPeerCsrk(addr.GetAddress()), vec); in GapRequestSigningAlgorithmInfoEvt()
H A Dble_adapter.cpp441 BleUtils::ConvertHexStringToInt(irk, vec); in SetLocalIrkAndIdentityAddrToBtm()
1218 BleUtils::ConvertHexStringToInt(irk, vec); in SavePeerDevices2BTM()
1380 BleUtils::ConvertHexStringToInt(irk, vec); in LePairComplete()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_utils.h49 static void ConvertHexStringToInt(const std::string &str, std::vector<uint8_t> &value);
H A Dclassic_utils.cpp44 void ClassicUtils::ConvertHexStringToInt(const std::string &str, std::vector<uint8_t> &value) in ConvertHexStringToInt() function in OHOS::bluetooth::ClassicUtils
H A Dclassic_adapter_properties.cpp445 ClassicUtils::ConvertHexStringToInt(key, linkKey); in GetPairedDevice()
H A Dclassic_adapter.cpp2451 ClassicUtils::ConvertHexStringToInt(descInfo, descData); in GetHidDescInfo()

Completed in 11 milliseconds