Home
last modified time | relevance | path

Searched refs:IsSameAddress (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_wl.c77 static bool IsSameAddress(const BtAddr *addr1, const BtAddr *addr2) in IsSameAddress() function
95 if ((entity->addressType == addressType) && IsSameAddress(&entity->address, address)) { in BtmFindWhiteListEntity()
177 if (IsSameAddress(&entity->address, address)) { in BtmRemoveDeviceFromWhiteList()
280 …if (entity != NULL && (entity->addressType == addressType) && IsSameAddress(&entity->address, addr… in BtmIsDeviceInWhiteList()
H A Dbtm_sco.c223 static bool IsSameAddress(const BtAddr *addr1, const BtAddr *addr2) in IsSameAddress() function
244 if (item->status == status && IsSameAddress(&item->addr, addr)) { in BtmScoFindScoConnectionByAddress()