blob: cd8f33491ed2a227781a8568ad3b6c898f5a1b03 [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 HCI_CORE_FFF_FAKES_LIST(FAKE) \
FAKE(bt_unpair) \
FAKE(bt_id_add) \
DECLARE_FAKE_VALUE_FUNC(int, bt_unpair, uint8_t, const bt_addr_le_t *);
DECLARE_FAKE_VOID_FUNC(bt_id_add, struct bt_keys *);