Searched refs:IsSameAddress (Results 1 – 2 of 2) sorted by relevance
77 static bool IsSameAddress(const BtAddr *addr1, const BtAddr *addr2) in IsSameAddress() function95 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()
223 static bool IsSameAddress(const BtAddr *addr1, const BtAddr *addr2) in IsSameAddress() function244 if (item->status == status && IsSameAddress(&item->addr, addr)) { in BtmScoFindScoConnectionByAddress()