Add required mocks to be able to compile and test /bluetooth/host/id.c Signed-off-by: Ahmed Moheb <ahmed.moheb@nordicsemi.no>
12 lines
211 B
C
12 lines
211 B
C
/*
|
|
* Copyright (c) 2022 Nordic Semiconductor ASA
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#include <zephyr/kernel.h>
|
|
|
|
#include <mocks/scan.h>
|
|
|
|
DEFINE_FAKE_VALUE_FUNC(int, bt_le_scan_set_enable, uint8_t);
|