Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_le_sec.h30 int BTM_GetRemoteIdentityAddress(const BtAddr *addr, BtAddr *identityAddress);
31 int BTM_GetPairdAddressFromRemoteIdentityAddress(const BtAddr *identityAddress, BtAddr *addr);
H A Dbtm_le_sec.c590 int BTM_GetRemoteIdentityAddress(const BtAddr *addr, BtAddr *identityAddress) in BTM_GetRemoteIdentityAddress() argument
592 if (addr == NULL && identityAddress == NULL) { in BTM_GetRemoteIdentityAddress()
606 *identityAddress = block->pairedInfo.remoteIdentityAddress; in BTM_GetRemoteIdentityAddress()
616 int BTM_GetPairdAddressFromRemoteIdentityAddress(const BtAddr *identityAddress, BtAddr *addr) in BTM_GetPairdAddressFromRemoteIdentityAddress() argument
618 if (addr == NULL || identityAddress == NULL) { in BTM_GetPairdAddressFromRemoteIdentityAddress()
630 BtmLePairedDeviceBlock *block = BtmFindLePairedDeviceBlockByRemoteIdentityAddress(identityAddress); in BTM_GetPairdAddressFromRemoteIdentityAddress()

Completed in 2 milliseconds