/* * Copyright (c) 2022 Nordic Semiconductor ASA * * SPDX-License-Identifier: Apache-2.0 */ #include #include #include #include /* List of fakes used by this unit tester */ #define ID_FFF_FAKES_LIST(FAKE) \ FAKE(bt_id_del) \ DECLARE_FAKE_VOID_FUNC(bt_id_del, struct bt_keys *);