1 /*
2  * Copyright (c) 2022 Nordic Semiconductor ASA
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 #include <zephyr/bluetooth/addr.h>
8 #include <zephyr/fff.h>
9 #include <zephyr/kernel.h>
10 
11 /* List of fakes used by this unit tester */
12 #define ADDR_FFF_FAKES_LIST(FAKE) FAKE(bt_addr_le_create_static)
13 
14 DECLARE_FAKE_VALUE_FUNC(int, bt_addr_le_create_static, bt_addr_le_t *);
15