blob: 7349d83496162fcd42e12e15d577661d355e85d4 [file] [log] [blame]
/*
* Copyright (c) 2022 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/kernel.h>
#include <zephyr/fff.h>
#include <zephyr/bluetooth/addr.h>
/* 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 *);