1 /* 2 * Copyright (c) 2023 Nordic Semiconductor ASA 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 #include <zephyr/kernel.h> 7 8 #include "crypto.h" 9 10 DEFINE_FAKE_VALUE_FUNC(int, bt_rand, void *, size_t); 11