Searched refs:identityAddr (Results 1 - 8 of 8) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
H A D | smp_receive.c | 868 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 D | smp_send.c | 133 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 D | smp_def.h | 147 BtAddr identityAddr; member
|
H A D | smp.c | 1591 (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 D | gap_def.h | 264 BtAddr identityAddr; member
|
H A D | gap_le_sec.c | 287 (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 D | ble_security.cpp | 439 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 D | gap_le_if.h | 309 BtAddr identityAddr; /// Identity Address member
|
Completed in 14 milliseconds