Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_receive.c868 SMP_GetPairMng()->peer.identityAddr.type = pData1[0x00]; in SMP_RecvIdentAddrInfoProcessMaster()
869 if (memcpy_s(SMP_GetPairMng()->peer.identityAddr.addr, BT_ADDRESS_SIZE, &(pData1[0x01]), BT_ADDRESS_SIZE) != EOK) { in SMP_RecvIdentAddrInfoProcessMaster()
924 SMP_GetPairMng()->peer.identityAddr.type = pData2[0x00]; in SMP_RecvIdentAddrInfoProcessSlave()
925 if (memcpy_s(SMP_GetPairMng()->peer.identityAddr.addr, in SMP_RecvIdentAddrInfoProcessSlave()
926 sizeof(SMP_GetPairMng()->peer.identityAddr.addr), in SMP_RecvIdentAddrInfoProcessSlave()
928 sizeof(SMP_GetPairMng()->peer.identityAddr.addr)) != EOK) { in SMP_RecvIdentAddrInfoProcessSlave()
H A Dsmp_send.c133 SMP_GetLocalIdentAddr(&SMP_GetPairMng()->local.identityAddr); in SMP_SendDistKeysToRemoteIdKey()
134 identAddrTemp.type = SMP_GetPairMng()->local.identityAddr.type; in SMP_SendDistKeysToRemoteIdKey()
135 SMP_MemoryReverseCopy(identAddrTemp.addr, SMP_GetPairMng()->local.identityAddr.addr, BT_ADDRESS_SIZE); in SMP_SendDistKeysToRemoteIdKey()
H A Dsmp_def.h147 BtAddr identityAddr; member
H A Dsmp.c1591 (void)memcpy_s(&pairResult.localIdentAddr, sizeof(BtAddr), &g_smpPairMng.local.identityAddr, sizeof(BtAddr)); in SMP_GenPairRetNormal()
1593 (void)memcpy_s(&pairResult.peerIdentAddr, sizeof(BtAddr), &g_smpPairMng.peer.identityAddr, sizeof(BtAddr)); in SMP_GenPairRetNormal()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_def.h264 BtAddr identityAddr; member
H A Dgap_le_sec.c287 (void)memcpy_s(&keys->remoteIdKey->identityAddr, sizeof(BtAddr), &result->peerIdentAddr, sizeof(BtAddr)); in GapLePairKeyConvert()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_security.cpp439 RawAddress peerAddr = RawAddress::ConvertToString(param.lePairKeyNotify_.remoteIdKey.identityAddr.addr); in SavePairKeyNotify()
495 RawAddress peerAddr = RawAddress::ConvertToString(param.lePairKeyNotify_.remoteIdKey.identityAddr.addr); in SavePeerPairKey()
497 addr.GetAddress(), param.lePairKeyNotify_.remoteIdKey.identityAddr.type, peerAddr.GetAddress()); in SavePeerPairKey()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_le_if.h309 BtAddr identityAddr; /// Identity Address member

Completed in 12 milliseconds