blob: a267eb7de63930f46b245c0a51a94693f850b223 [file] [log] [blame]
/*
* Copyright (c) 2022 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/kernel.h>
/*
* Validate expected behaviour when bt_settings_save_id() is called
*
* Expected behaviour:
* - bt_settings_save_id() to be called once with correct parameters
*/
void expect_single_call_bt_settings_save_id(void);
/*
* Validate expected behaviour when bt_settings_save_id() isn't called
*
* Expected behaviour:
* - bt_settings_save_id() isn't called at all
*/
void expect_not_called_bt_settings_save_id(void);