1 /*
2  * Copyright (c) 2022 Nordic Semiconductor ASA
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 #include <zephyr/kernel.h>
8 #include <zephyr/fff.h>
9 #include <zephyr/bluetooth/addr.h>
10 #include <host/keys.h>
11 
12 /* List of fakes used by this unit tester */
13 #define ID_FFF_FAKES_LIST(FAKE)        \
14 		FAKE(bt_id_del)                \
15 
16 DECLARE_FAKE_VOID_FUNC(bt_id_del, struct bt_keys *);
17