/* * Copyright (c) 2022 Nordic Semiconductor ASA * * SPDX-License-Identifier: Apache-2.0 */ #include #include #include /* List of fakes used by this unit tester */ #define RPA_FFF_FAKES_LIST(FAKE) \ FAKE(bt_rpa_irk_matches) \ DECLARE_FAKE_VALUE_FUNC(bool, bt_rpa_irk_matches, const uint8_t *, const bt_addr_t *);