Searched refs:remoteIdentityAddress (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/ |
H A D | btm_le_sec.c | 86 if (device->remoteIdentityAddress.type == BT_RANDOM_DEVICE_ADDRESS || in BtmAddToResolvingList() 87 device->remoteIdentityAddress.type == BT_RANDOM_IDENTITY_ADDRESS) { in BtmAddToResolvingList() 97 (void)memcpy_s(param.peerIdentityAddress.raw, BT_ADDRESS_SIZE, device->remoteIdentityAddress.addr, BT_ADDRESS_SIZE); in BtmAddToResolvingList() 106 if (device->remoteIdentityAddress.type == BT_RANDOM_DEVICE_ADDRESS || in BtmSetPrivacyMode() 107 device->remoteIdentityAddress.type == BT_RANDOM_IDENTITY_ADDRESS) { in BtmSetPrivacyMode() 116 (void)memcpy_s(param.peerIdentityAddress.raw, BT_ADDRESS_SIZE, device->remoteIdentityAddress.addr, BT_ADDRESS_SIZE); in BtmSetPrivacyMode() 124 if (device->remoteIdentityAddress.type == BT_RANDOM_DEVICE_ADDRESS || in BtmRemoveFromResolvingList() 125 device->remoteIdentityAddress.type == BT_RANDOM_IDENTITY_ADDRESS) { in BtmRemoveFromResolvingList() 132 (void)memcpy_s(param.peerIdentityAddress.raw, BT_ADDRESS_SIZE, device->remoteIdentityAddress.addr, BT_ADDRESS_SIZE); in BtmRemoveFromResolvingList() 188 if (IsSameBtAddr(&block->pairedInfo.remoteIdentityAddress, add in BtmFindLePairedDeviceBlockByRemoteIdentityAddress() [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | btm.h | 550 BtAddr remoteIdentityAddress; member
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_adapter.cpp | 1212 pairedDevice.remoteIdentityAddress = peerAddr; in SavePeerDevices2BTM() 1374 (void)memcpy_s(&pairedDevice.remoteIdentityAddress, sizeof(BtAddr), &peerAddr, sizeof(BtAddr)); in LePairComplete()
|
Completed in 5 milliseconds