1 /* 2 * Copyright (c) 2022 Nordic Semiconductor ASA 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 #include "mocks/rpa.h" 8 9 #include <zephyr/kernel.h> 10 11 DEFINE_FAKE_VALUE_FUNC(int, bt_rpa_create, const uint8_t *, bt_addr_t *); 12