Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.cpp442 BtmKey btmKey; in SetLocalIrkAndIdentityAddrToBtm() local
443 if (memcpy_s(btmKey.key, KEY_SIZE, &vec[0], vec.size()) != EOK) { in SetLocalIrkAndIdentityAddrToBtm()
444 LOG_DEBUG("[BleAdapter] %{public}s:memcpy_s btmKey failed!", __func__); in SetLocalIrkAndIdentityAddrToBtm()
447 BTM_SetLocalIdentityResolvingKey(&btmKey); in SetLocalIrkAndIdentityAddrToBtm()

Completed in 4 milliseconds